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