 <!--
 function PopupCentrataCartina() {
   var w = 420;
   var h = 420;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("mappa.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->


<!--
 function PopupCentrataSemi() {
   var w = 500;
   var h = 680;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("seminari.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->

 <!--
 function PopupCentrataEventi() {
   var w = 500;
   var h = 680;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("eventi.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
 
  <!--
 function PopupCentrataMenu() {
   var w = 500;
   var h = 680;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("menu.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
 
  <!--
 function PopupCentrataG1() {
   var w = 500;
   var h = 680;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("giornata.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
 
   <!--
 function PopupCentrataG2() {
   var w = 500;
   var h = 680;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("giornata2.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
 
    <!--
 function PopupCentrataS1() {
   var w = 500;
   var h = 680;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("serata.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
 
  <!--
 function PopupCentrataS2() {
   var w = 500;
   var h = 680;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("serata2.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
 
   <!--
 function PopupCentrataV1() {
   var w = 500;
   var h = 680;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("vacanze.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
 
    <!--
 function PopupCentrataV2() {
   var w = 500;
   var h = 680;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("vacanze2.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
 
    <!--
 function PopupCentrataW1() {
   var w = 500;
   var h = 680;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("weekend.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
 
     <!--
 function PopupCentrataF1() {
   var w = 380;
   var h = 390;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("foto2.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
document.write('');