<!--
dont_change = 0;
browserOS = navigator.userAgent;
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

if ((browserName == "Netscape" && browserVer >= 3) ||
    (browserName == "Microsoft Internet Explorer" && browserVer >= 3))
   version = "supporting";
else
   version = "x";

if (version == "supporting") 
{
   libro1 = new Image(96, 41);
   libro1.src = "bottoni/guest.gif";
   portale1 = new Image(96, 41);
   portale1.src = "bottoni/portale.gif";
   contatto1 = new Image(96, 41);
   contatto1.src = "bottoni/contatti.gif";
   link1 = new Image(96, 41);
   link1.src = "bottoni/link.gif";
   gioca1 = new Image(96, 41);
   gioca1.src = "bottoni/giochi.gif";
   forum1 = new Image(96, 41);
   forum1.src = "bottoni/forum.gif";
   firma1 = new Image(100, 30);
   firma1.src = "bottoni/firma.gif";
   cancella1 = new Image(100, 30);
   cancella1.src = "bottoni/cancella.gif";
   back1 = new Image(100,30);
   back1.src = "bottoni/back.gif";
   home1 = new Image(96, 41);
   home1.src = "bottoni/home.gif";
   formula1 = new Image(131, 75);
   formula1.src = "images/formula.gif";
   moto1 = new Image(131, 75);
   moto1.src = "images/moto.gif";

   libro2 = new Image(96, 41);
   libro2.src = "bottoni/guest1.gif";
   portale2 = new Image(96, 41);
   portale2.src = "bottoni/portale1.gif";
   contatto2 = new Image(96, 41);
   contatto2.src = "bottoni/contatti1.gif";
   link2 = new Image(96, 41);
   link2.src = "bottoni/link1.gif";
   gioca2 = new Image(96, 41);
   gioca2.src = "bottoni/giochi1.gif";
   forum2 = new Image(96, 41);
   forum2.src = "bottoni/forum1.gif";
   cancella2 = new Image(100, 30);
   cancella2.src = "bottoni/cancella1.gif";
   back2 = new Image(100, 30);
   back2.src = "bottoni/back1.gif";
   firma2 = new Image(100, 30);
   firma2.src = "bottoni/firma1.gif";
   home2 = new Image(96, 41);
   home2.src = "bottoni/home1.gif";
   formula2 = new Image(131, 75);
   formula2.src = "images/formula1.gif";
   moto2 = new Image(131, 75);
   moto2.src = "images/moto1.gif";
	
   logo2 = new Image(150, 61);
   logo2.src = "images/logo2.gif";
   logo1 = new Image(150, 61);
   logo1.src = "images/logo1.gif";
}

function langolo(imgName,imgNome,i) 
{
   if (version == "supporting") 
   {
      imgOn = eval(imgName + ".src");
      imgUn = eval(imgNome + i + ".src");
	  document.logo.src = imgOn;
      if (imgNome == "libro") document.libro.src = imgUn;
      if (imgNome == "portale") document.portale.src = imgUn;
      if (imgNome == "contatto") document.contatto.src = imgUn;
      if (imgNome == "link") document.link.src = imgUn;
      if (imgNome == "gioca") document.gioca.src = imgUn;
	  if (imgNome == "forum") document.forum.src = imgUn;
	  if (imgNome == "home") document.home.src = imgUn;
	  if (imgNome == "cancella") document.cancella.src = imgUn;
	  if (imgNome == "back") document.back.src = imgUn;
	  if (imgNome == "firma") document.firma.src = imgUn;
	  if (imgNome == "formula") document.formula.src = imgUn;	  
	  if (imgNome == "moto") document.moto.src = imgUn;	  
   }
}
-->