function LoadMenu(){//*******************************************************************************
	//Fichero generado automáticamente con "menusDinamicos_v2 1.2" el 22-4-2004  11:08:57:237
        //   ... y luego "a mano" con el poderoso bloc de notas   12-07-2004 21:19:xx
	//*******************************************************************************
	if (window.fw_menu_0) return;
	window.menu_1 = new Menu("root",120,14,"verdana, helvetica, tahoma",9,"#ffffff","#000000","#002953","#C0C0C0");
		menu_1.addMenuItem("La Línea del Tiempo","location='consulta.htm'");
		menu_1.addMenuItem("Temas y Períodos","location='consulta.htm'");
		menu_1.addMenuItem("Personajes","location='consulta.htm'");
		menu_1.addMenuItem("Lugares","location='consulta.htm'");
		menu_1.addMenuItem("Bibliográfica","location='consulta.htm'");
		menu_1.addMenuItem("Crónicas","location='consulta.htm'");
                menu_1.addMenuItem("Efemérides","location='consulta.htm'");
                menu_1.addMenuItem("Búsqueda","location='consulta.htm'");
	menu_1.hideOnMouseOut=true;
	window.menu_2 = new Menu("root",150,14,"verdana, helvetica, tahoma",9,"#ffffff","#000000","#002953","#C0C0C0");
		menu_2.addMenuItem("El mundo indígena","location='documento.htm?numero=2&nivel=1'");
		menu_2.addMenuItem("Conquista y colonización","location='documento.htm?numero=2&nivel=1'");
                menu_2.addMenuItem("La Colonia","location='documento.htm?numero=2&nivel=1'");
                menu_2.addMenuItem("La Independencia","location='documento.htm?numero=2&nivel=1'");
                menu_2.addMenuItem("La Reforma","location='documento.htm?numero=2&nivel=1'");
                menu_2.addMenuItem("La Revolución","location='documento.htm?numero=2&nivel=1'");
                menu_2.addMenuItem("Estabilidad y crecimiento","location='documento.htm?numero=2&nivel=1'");
                menu_2.addMenuItem("El umbral del siglo XX","location='documento.htm?numero=2&nivel=1'");
	menu_2.hideOnMouseOut=true;
	window.menu_3 = new Menu("root",165,14,"verdana, helvetica, tahoma",9,"#ffffff","#000000","#002953","#C0C0C0");
		menu_3.addMenuItem("Los Primeros pobladores","location='documento.htm?numero=2&nivel=1'");
		menu_3.addMenuItem("Colonización y evangelización","documento.htm?numero=2&nivel=1'");
                menu_3.addMenuItem("La guerra chichimeca","location='documento.htm?numero=2&nivel=1'");
                menu_3.addMenuItem("Política, religión y mestizaje","documento.htm?numero=2&nivel=1'");
                menu_3.addMenuItem("La Independencia","location='documento.htm?numero=2&nivel=1'");
                menu_3.addMenuItem("La Reforma","location='documento.htm?numero=2&nivel=1'");
                menu_3.addMenuItem("La Modernidad en el siglo XX","documento.htm?numero=2&nivel=1'");
	menu_3.hideOnMouseOut=true;
	window.menu_4 = new Menu("root",120,14,"verdana, helvetica, tahoma",9,"#ffffff","#000000","#002953","#C0C0C0");
		menu_4.addMenuItem("Lista alfabética","location='lista.htm?tema=ilustres&orden=alfa'");
		menu_4.addMenuItem("Lista cronológica","location='lista.htm?tema=ilustres&orden=crono'");
		menu_4.addMenuItem("Lista geográfica","location='lista.htm?tema=ilustres&orden=geo'");
	menu_4.hideOnMouseOut=true;
	window.menu_5 = new Menu("root",150,14,"verdana, helvetica, tahoma",9,"#ffffff","#000000","#002953","#C0C0C0");
		menu_5.addMenuItem("Recorridos históricos","location='lista.htm?tema=turismo&categoria=recorridos'");
		menu_5.addMenuItem("Templos, conventos y ex...","location='lista.htm?tema=turismo&categoria=templos'");
		menu_5.addMenuItem("Casonas","location='lista.htm?tema=turismo&categoria=casonas'");
		menu_5.addMenuItem("Otros lugares","location='lista.htm?tema=turismo&categoria=otros'");
	menu_5.hideOnMouseOut=true;
	window.menu_6 = new Menu("root",120,14,"verdana, helvetica, tahoma",9,"#ffffff","#000000","#002953","#C0C0C0");
		menu_6.addMenuItem("San Juán del Río","location='lista.htm?tema=ciudades&categoria=sanjuan'");
		menu_6.addMenuItem("Tequisquiapan","location='lista.htm?tema=ciudades&categoria=tequis'");
		menu_6.addMenuItem("Ranas","location='lista.htm?tema=ciudades&categoria=ranas'");
		menu_6.addMenuItem("Toluquillas","location='lista.htm?tema=ciudades&categoria=toluquillas'");
	menu_6.hideOnMouseOut=true;
	menu_6.writeMenus();
}