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