function GoTo(url)
{
	window.location.href = url;
}