<!--
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") 
{
   chi1 = new Image(91, 30);
   chi1.src = "bottoni/chi2.jpg";
   dove1 = new Image(110, 30);
   dove1.src = "bottoni/dove2.jpg";
   servizi1 = new Image(63, 30);
   servizi1.src = "bottoni/servizi2.jpg";
   vendite1 = new Image(69, 30);
   vendite1.src = "bottoni/vendite2.jpg";
   affitti1 = new Image(48, 30);
   affitti1.src = "bottoni/affitti2.jpg";
   contatti1 = new Image(72, 30);
   contatti1.src = "bottoni/contatti2.jpg";
   home1 = new Image(105, 30);
   home1.src = "bottoni/home2.jpg";
   link1 = new Image(39, 30);
   link1.src = "bottoni/link2.jpg";

   chi2 = new Image(91, 30);
   chi2.src = "bottoni/chi1.jpg";
   dove2 = new Image(110, 30);
   dove2.src = "bottoni/dove1.jpg";
   servizi2 = new Image(63, 30);
   servizi2.src = "bottoni/servizi1.jpg";
   vendite2 = new Image(69, 30);
   vendite2.src = "bottoni/vendite1.jpg";
   affitti2 = new Image(48, 30);
   affitti2.src = "bottoni/affitti1.jpg";
   contatti2 = new Image(72, 30);
   contatti2.src = "bottoni/contatti1.jpg";
   home2 = new Image(105, 30);
   home2.src = "bottoni/home1.jpg";
   link2 = new Image(39, 30);
   link2.src = "bottoni/link1.jpg";
	
   foto1 = new Image(342, 54);
}

function panorama(imgName,imgNome,i) 
{
   if (version == "supporting") 
   {
      imgOn = eval(imgName + ".src");
      imgUn = eval(imgNome + i + ".src");
      if (imgNome == "chi") document.chi.src = imgUn;
	  if (imgNome == "dove") document.dove.src = imgUn;
	  if (imgNome == "servizi") document.servizi.src = imgUn;
	  if (imgNome == "vendite") document.vendite.src = imgUn;
	  if (imgNome == "affitti") document.affitti.src = imgUn;
	  if (imgNome == "contatti") document.contatti.src = imgUn;
	  if (imgNome == "home") document.home.src = imgUn;	  
	  if (imgNome == "link") document.link.src = imgUn;	  
   }
}
-->


