function onClick(href)
{
	window.location = href;
	return true;
}