function ventanaSecundaria (URL){ 
window.open(URL,"ventana1","width=620, height=450, scrollbars=yes, menubar=no, location=no, resizable=no") 
} 
