




/*
     FILE ARCHIVED ON 5:03:58 Oct 4, 2001 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:03:02 Oct 24, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
function loadMenus(){
//------- Menu de la Seccion "Noticias"
     	window.MenuNoticias = new Menu();
 		MenuNoticias.addMenuItem("Internacional","location='./noti_int.htm'","enlaces-sup"); 
 		MenuNoticias.addMenuItem("Nacional","location='./noti_nac.htm'","enlaces-sup"); 
 		MenuNoticias.addMenuItem("Ciudades","location='./noti_ciu.htm'","enlaces-sup"); 
 		MenuNoticias.addMenuItem("Sociedad","location='./noti_soc.htm'","enlaces-sup"); 
 		MenuNoticias.addMenuItem("Españ@ al día","location='./agenda.htm'","enlaces-sup"); 
     	MenuNoticias.className="enlaces-sup";
     	MenuNoticias.disableHide = false;

//------- Menu de la Seccion "News"
     	window.MenuNews = new Menu();
 		MenuNews.addMenuItem("In English","location='./noti_new.htm'","enlaces-sup");  
     	MenuNews.className="enlaces-sup";
     	MenuNews.disableHide = false;

//------- Menu de la Seccion "Hemeroteca"
     	window.MenuHemeroteca = new Menu();
 		MenuHemeroteca.addMenuItem("Números atrasados","location='./hemeroteca/atrasados.htm'","enlaces-sup"); 
 		MenuHemeroteca.addMenuItem("Recortes de prensa","location='./hemeroteca/clips.htm'","enlaces-sup"); 
 		MenuHemeroteca.addMenuItem("Especiales","location='./hemeroteca/especiales.htm'","enlaces-sup"); 
     	MenuHemeroteca.className="enlaces-sup";
     	MenuHemeroteca.disableHide = false;
    	  
//------- Menu de la Seccion "Documentos"
     	window.MenuDocumentos = new Menu();
 		MenuDocumentos.addMenuItem("Históricos","location='./documentos/dochistoric.htm'","enlaces-sup"); 
 		MenuDocumentos.addMenuItem("Legales","location='./documentos/doclegal.htm'","enlaces-sup"); 
 		MenuDocumentos.addMenuItem("Comunicados","location='./documentos/comunicados.htm'","enlaces-sup"); 
     	MenuDocumentos.className="enlaces-sup";
     	MenuDocumentos.disableHide = false;
    	  
//------- Menu de la Seccion "Directorio"
     	window.MenuDirectorio = new Menu();
 		MenuDirectorio.addMenuItem("Instituciones","location='./enobras.htm'","enlaces-sup"); 
 		MenuDirectorio.addMenuItem("Medios","location='./enobras.htm'","enlaces-sup"); 
 		MenuDirectorio.addMenuItem("ONGs","location='./enobras.htm","enlaces-sup"); 
     	MenuDirectorio.className="enlaces-sup";
     	MenuDirectorio.disableHide = false;


 window.MenuWebs = new Menu();
     MenuWebs.className="enlaces-sup";
     MenuWebs.disableHide = false;
     MenuWebs.writeMenus();
}
<!-- FIN FUNCION LOAD MENU -->


<!-- Función para cargar una página en una ventana nueva -->
function openWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}




var navbarstr;
navbarstr=
"<!--========== MENU HORIZONTAL PRINCIPAL ==========-->" +

"            <TABLE  width='100%' border='0' cellspacing='0' cellpadding='0' align='left'>" +
"            <TBODY>" +
"              <TR align=middle>" +
//"                <TD align='left'>" +
"                <TD align='left'>" +
"		     <NOBR>" +
"                    <SPAN class=menhorz>" +
"                     |&nbsp; <a href='javascript:void();' class='menhorz' onMouseOver="+ String.fromCharCode(34)+"window.showMenu(window.MenuNoticias,160,120);"+ String.fromCharCode(34) +">Noticias</A>&nbsp; |" +
"		      &nbsp;<a href='javascript:void();' class='menhorz' onMouseOver="+ String.fromCharCode(34)  +"window.showMenu(window.MenuNews,220,120);"+ String.fromCharCode(34) +">News</A>&nbsp; |" +
"                     &nbsp;<a href='javascript:void();' class='menhorz' onMouseOver="+ String.fromCharCode(34)  +"window.showMenu(window.MenuHemeroteca,267,120);"+ String.fromCharCode(34) +">Hemeroteca</A>&nbsp; |" +
"                     &nbsp;<a href='javascript:void();' class='menhorz' onMouseOver="+ String.fromCharCode(34)  +"window.showMenu(window.MenuDocumentos,352,120);"+ String.fromCharCode(34) +">Documentos</A>&nbsp; |" +
"                     &nbsp;<a href='javascript:void();' class='menhorz' onMouseOver="+ String.fromCharCode(34)  +"window.showMenu(window.MenuDirectorio,439,120);"+ String.fromCharCode(34) +">Directorio</A>&nbsp; |" +

"                    </SPAN>" +
"                    </NOBR>" +
"		 </TR>" +
"              </TR>" +
"            </TBODY>" +
"            </TABLE>" +

"<!--========== FIN MENU HORIZONTAL PRINCIPAL ===========-->";

document.write(navbarstr);

