<!--

function menu(pos,cmd) {
  var I;
  var L;

  if (cmd=="CLICK" && DoveClick!="") return(false);
  if (cmd=="CLICK" && DoveClick=="") 
  { pos=0;
    cmd="MOUT";
  }

  if (!(cmd=="MOUT" && MenuAcceso!=""))
    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/mnu0' + L + '_ac.gif"');   
         if (L!=pos) eval('document.Immagine' + L + '.src="images/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;
}

//-->

