
	function GotoURL(url)
	{
		document.location = url;
	}

