	function AskGo(Question, TrueHref)
	{
		if (confirm(Question)) 
		{
			document.location = TrueHref
		}
	}
