function menu(pos)
{
  var I;

  if ((navigator.appName == 'Netscape' && parseFloat(navigator.appVersion) >= 3) || (parseFloat(navigator.appVersion) >= 4))
   { 
     for (I=1 ; I<=7 ; I=I+1)
      {  if (I==pos) eval('document.menu' + I + '.src="menu/mnuac0' + I + '.gif"');   
         if (I!=pos) eval('document.menu' + I + '.src="menu/mnusp0' + I + '.gif"');
      }
   }  

  if (pos==1) window.status='Informazioni';
  if (pos==2) window.status='Dove siamo';
  if (pos==3) window.status='Servizi';
  if (pos==4) window.status='Tempo libero';
  if (pos==5) window.status='Prezzi';
  if (pos==6) window.status='Contattaci';
  if (pos==7) window.status='Link';
  return(true);
}

function ZoomImmagine(URL,Width,Height)
{ 
  Zoom=window.open(URL,"Zoom","width=" + Width + " height=" + Height + " menubar=no personalbar=no resizable=no scrollbars=no status=no toolbar=no");
  Zoom.focus();
  Zoom.resizeTo(Width+30,Height+105);
  Zoom.moveTo((screen.width - Width)/2,(screen.height - Height)/2);
}

function ZoomCartina(URL,Width,Height)
{ 
  Zoom=window.open(URL,"Zoom","width=" + Width + " height=" + Height + " menubar=no personalbar=no resizable=no scrollbars=yes status=no toolbar=no");
  Zoom.focus();
  Zoom.resizeTo(Width+30,Height+125);
  Zoom.moveTo((screen.width - Width)/2,(screen.height - Height)/2);
}
