//POP UP ECHOMUNICA
<!--
 function Popupechopod() {
   var w = 215;
   var h = 335;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("ipod.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
   var stile = "top=10, left=450, width=450, height=735, status=no, menubar=no, toolbar=no scrollbar=no";
     function Popupeventi(apri) {
        window.open(apri, "", stile);
     }
 //-->
