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