// pop Vespucci javascript:  <script src="pop.js" type="text/javascript"></script
function Aprivespucci() {
   var w = 335;
   var h = 270;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("popup/pop_vespucci.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
function Apritaxi() {
   var w = 335;
   var h = 150;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("popup/pop_taxi.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
 function Apridistanze() {
   var w = 368;
   var h = 280;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("popup/pop_distanze.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }

function Apririfredi() {
   var w = 335;
   var h = 270;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("popup/pop_rifredi.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
 
 function Apriataf14() {
   var w = 335;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("popup/pop_ataf_14.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
 function Aprimorgani() {
   var w = 500;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("mappa_morgagni.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
 
 function servizi() {
   var w = 368;
   var h = 280;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("popup/pop_servizi_aggiuntivi.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
