<!--

function menu(pos,cmd,lang) {
  var I;
  var L;

  for (I=1 ; I<=document.images.length; I=I+1)
   if (document.images[I-1].name.substr(0,8)=='Immagine')
     { L=parseInt(document.images[I-1].name.substr(8,1));
       if (L==pos) eval('document.Immagine' + L + '.src="images/' + lang + '/mnu0' + L + '_ac.gif"');   
       if (L!=pos) eval('document.Immagine' + L + '.src="images/' + lang + '/mnu0' + L + '_sp.gif"');
     }
}

function ZoomImmagine(Immagine,Width,Height)
{ 
  Zoom=window.open(Immagine,"Zoom","width=" + Width + " height=" + Height + " menubar=no personalbar=no resizable=no scrollbars=no status=no toolbar=no");
  Zoom.focus();
  Zoom.resizeTo(Width+30,Height+55);
  Zoom.moveTo((screen.width - Width)/2,(screen.height - Height)/2);
}

function goBack()
{
  if (parent.history.length > 0) parent.history.back()
}

function vai(prova) 
{
  var where=prova.options[prova.selectedIndex].value;
  if (where.charAt(0)!="!") window.open(where,"LinkUtili","");
  prova.selectedIndex=0;
}

 function Descrizione(pos) 
  {
    var Vettore=Comodo.value.split("##");
    var Vetdati=Vettore[pos-1].split("§");

    eval('document.Logo.src="' + Vetdati[3] + '"');   
    document.all.descrizione.innerText=Vetdati[2];
    return true;
  }

//-->
