// JavaScript Document
function OpenPopup (URL){
window.open(URL,"ventana1","width=700, height=600, scrollbars=no, menubar=no, location=no, resizable=yes")
} 