function GoToLink(Url)
{
	window.location.href = Url
}
