function getUrl(url)
{
	window.location=url;
	return false;
}
