// Ventana Popup
function ventanaSecundaria (URL){ 
window.open(URL,"ventana1","width=380, height=400, scrollbars=yes, menubar=no, location=no, resizable=no") 
} 
