function POPUP (URL){ 

window.open(URL,"ventana1","width=400, height=400, scrollbars=yes, menubar=no, location=no, resizable=no") 

} 
