function PopupPic(sPicURL)
 { 
  window.open( "http://www.lastminutehotelischia.it/immagini.htm?"+sPicURL, "","resizable=1,HEIGHT=200,WIDTH=200"); 
} 
   
function dettagli_offerte_last_minute(str) 
  {
  searchWin = window.open(str,'dettagli_offerte_last_minute','scrollbars=yes,resizable=yes,width=800,height=400,status=no,location=no,toolbar=no');
  searchWin.focus();
  //searchWin.refer = self;
}

  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);
 }