//Varios: ventana secundaria

function ventanaSecundaria (URL){ 
   window.open(URL,"ventana1","width=600,height=400,scrollbars=NO") 
} 
