 function PopupFooterPrivacy() {
   var w = 400;
   var h = 480;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("http://www.upssl.com/admin/moduli/legge-privacy.php?huser=luxretaormina&lang=eng","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=yes");
 }

 function OpenBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
