function goToPage(url)
{
	if (url != "")
	{
		window.location.href=url;
	}
}


