// JavaScript Document
function ventanaSecundaria (URL){ 
window.open("../condiciones.htm","ventana1","width=450, height=400, scrollbars=yes, menubar=no, location=no, resizable=no") 
} 