// JavaScript Document
function ventanaSecundaria (URL){
   window.open(URL,"ventana1","width=600,height=300,scrollbars=NO")
}
