<!--
function ventanaSecundaria (URL){ 
   window.open(URL,"ventana1","width=600,height=400,scrollbars=yes") 
} 

function ventanaSecundariaNoticia (URL){ 
   window.open(URL,"Noticia","width=600,height=400,scrollbars=yes") 
} 

function ventanaFotografia (URL){ 
   window.open(URL,"ventanaFoto","width=600,height=500,scrollbars=yes") 
} 

function ventanaGaleria (URL){ 
   window.open(URL,"ventanaGaleria","width=600,height=500,scrollbars=yes") 
} 

function ventanaOrganigrama (URL){ 
   window.open(URL,"ventana1","width=690,height=502,scrollbars=yes") 
} 

//-->
