function PopupPic(sPicURL)
 { 
  window.open( "http://www.lastminutehotelischia.com/immagini.php?"+sPicURL, "","resizable=1,HEIGHT=200,WIDTH=200"); 
} 
   
   
  function Menu(links) {
     location.href = links[links.selectedIndex].value;
  }
  
  

 function Giro_dell_isola_di_ischia() {
   var w = 570;
   var h = 310;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("http://www.lastminutehotelischia.it/giro_dell_isola.php","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
  function prenotazioni_hotel_ischia() {
   var w = 620;
   var h = 350;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("http://www.lastminutehotelischia.it/prenotazioni_hotel_ischia.php","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 