 <!--
    function PopUp(pag,w,h) {
       
 	
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open(pag,"","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=yes");
    }
 //-->
