function ventanaSecundaria (URL){ 
   window.open(URL,"ventana1","width=575,height=540,scrollbars=NO") 
}

function ventanaSecundaria2 (URL){ 
   window.open(URL,"ventana2","width=800,height=400,scrollbars=NO") 
}

