function go(URL)
{
	if(URL != "" && URL !="nothing" && URL != "menu")
	{
		document.location.href = URL;
	}
}

