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