function ventanaSecundaria (URL){ 
   window.open(URL,"popup","width=1020,height=375,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=no,status=no,top=250");
} 
