function GoToPage(sUrl)
{
	window.location = sUrl;
}

