function Start()
{brwName = navigator.appName; if (brwName == "Netscape" )
{window.parent.location="http://www.latinplanet.it/homepage.htm"} else
{window.parent.location="http://www.latinplanet.it/homepage.htm"}}


/* funzione popup */
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
} 
