

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='orange', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='green', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=250			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=20;		// Sub menu offset Left position

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"red",			// Mouse Off Font Color
"red",			// Mouse Off Background Color
"white",			// Mouse On Font Color
"red",			// Mouse On Background Color
"red",			// Menu Border Color 
13,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial, verdana",	// Font Name
2,				// Menu Item Padding
"derecha.gif",			// Sub Menu Image (Leave this blank if not needed)
"red",			// 3D Border & Separator bar
"orange",			// 3D High Color //Línea de Arriba
"green",			// 3D Low Color
"Purple",			// Current Page Item Font Color (leave this blank to disable)
"red",				// Current Page Item Background Color (leave this blank to disable)
"abajo.gif",			// Top Bar image (Leave this blank to disable)
"red",			// Menu Header Font Color (Leave blank if headers are not needed)
"red",			// Menu Header Background Color (Leave blank if headers are not needed)
]









////////////////////////////////////
// SEGUNDO ESTÍLO                 //
////////////////////////////////////

style2=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"orange",			// Mouse Off Font Color --Amarillo
"white",			// Mouse Off Background Color -- Morado
"orange",			// Mouse On Font Color
"#FFCC66",			// Mouse On Background Color
"#FFCC66",			// Menu Border Color 
16,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial Narrow, verdana",	// Font Name
3,				// Menu Item Padding
"derecha_sub.gif",		// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"orange",			// 3D High Color
"orange",			// 3D Low Color
"black",			// Current Page Item Font Color (leave this blank to disable)
"orange",			// Current Page Item Background Color (leave this blank to disable)
"abajo.gif",			// Top Bar image (Leave this blank to disable)
"orange",			// Menu Header Font Color (Leave blank if headers are not needed)
"red",			// Menu Header Background Color (Leave blank if headers are not needed)
]







////////////////////////////////////
// TERCER ESTÍLO                 //
////////////////////////////////////

style3=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",			// Mouse Off Font Color --Amarillo
"red",			// Mouse Off Background Color -- Morado
"orange",			// Mouse On Font Color
"orange",			// Mouse On Background Color
"orange",			// Menu Border Color 
11,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial, Arial Narrow, verdana",	// Font Name
1,				// Menu Item Padding
"derecha_sub2.gif",		// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"red",			// 3D High Color
"red",			// 3D Low Color
"black",			// Current Page Item Font Color (leave this blank to disable)
"white",				// Current Page Item Background Color (leave this blank to disable)
"derecha.gif",			// Top Bar image (Leave this blank to disable)
"red",			// Menu Header Font Color (Leave blank if headers are not needed)
"red",			// Menu Header Background Color (Leave blank if headers are not needed)
]







////////////////////////////////////
// CUARTO ESTÍLO                 //
////////////////////////////////////

style4=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",			// Mouse Off Font Color --Amarillo
"orange",			// Mouse Off Background Color -- Morado
"orange",			// Mouse On Font Color
"white",			// Mouse On Background Color
"white",			// Menu Border Color 
14,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial, Arial Narrow, verdana",	// Font Name
1,				// Menu Item Padding
"derecha_sub.gif",		// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"red",			// 3D High Color
"red",			// 3D Low Color
"Black",			// Current Page Item Font Color (leave this blank to disable)
"red",				// Current Page Item Background Color (leave this blank to disable)
"derecha.gif",			// Top Bar image (Leave this blank to disable)
"red",			// Menu Header Font Color (Leave blank if headers are not needed)
"red",			// Menu Header Background Color (Leave blank if headers are not needed)
]











////////////////////////////////////
// PROGRAMACIÓN                   //
////////////////////////////////////

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",		// Menu Name - This is needed in order for the menu to be called
122,			// Menu Top - The Top position of the menu in pixels
11,			// Menu Left - The Left position of the menu in pixels
157,			// Menu Width - Menus width in pixels
5,			// Menu Border Width 
,			// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style2,			// Properties Array - this is set higher up, as above
1,			// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,			// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 			// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,			// Position of TOP sub image left:center:right
0,			// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,			// Right To Left - Used in Hebrew for example. (1=on/0=off)
,			// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,			// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,			// Reserved for future use
,			// Reserved for future use
,			// Reserved for future use


,"Principal","show-menu=principal",,"Principal",1 // "Description Text", "URL", "Alternate URL","Status",Separator Bar"
,"Sexualidad&nbsp;&nbsp;","show-menu=seccioni",,"",1
,"El Mundo&nbsp;&nbsp;","show-menu=seccionc",,"",1
,"Galeria&nbsp;&nbsp","show-menu=seccionh",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Historias&nbsp;&nbsp","show-menu=seccionk",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Noticias","show-menu=seccione",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Legalidad","show-menu=seccionl",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Radio y Tv","show-menu=seccionm",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Tutoriales&nbsp;&nbsp","show-menu=seccionf",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Utilidades","show-menu=seccionp",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Variedad","show-menu=secciong",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Contacto","show-menu=seccionn",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"




])

	addmenu(menu=["principal",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp;Inicio","index.html",,,1
      	,"&nbsp;Mtz de la Torre","principal_1.htm",,,
	,"&nbsp;Turismo","turismo.htm",,,

	



])

	addmenu(menu=["secciona",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp;Cinepolis","Cinepolis.htm",,,1
	,"&nbsp;Cinemark","cinemark.htm",,,1
//        ,"&nbsp;Historia","show-menu=regidurias",,,1  
	,"&nbsp;Cinemex","cinemex.htm",,,1
	,"&nbsp;Cinemas Henry","cinemashenry.htm",,,1
	

	])
	
	
		addmenu(menu=["alcalde",
		,,100,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;&nbsp;Saludo","saludo.html",,,0
		,"&nbsp;&nbsp;&nbsp;Experiencia","experiencia.html",,,0
		,"&nbsp;&nbsp;&nbsp;Miércoles Ciudadano","miercolesciudadano.html",,,0
		
		])

		addmenu(menu=["regidurias",
		,,175,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;&nbsp;Asuntos Agropecuarios","asuntosagropecuarios.html",,,
		,"&nbsp;&nbsp;&nbsp;Deportes","deportes.html",,,
		,"&nbsp;&nbsp;&nbsp;Ecología y Medio Ambiente","ecologiaymedioambiente.html",,,
		,"&nbsp;&nbsp;&nbsp;Educación y Cultura","regeducacionycultura.html",,,
		,"&nbsp;&nbsp;&nbsp;Industria y Comercio","regindustriaycomercio.html",,,
		,"&nbsp;&nbsp;&nbsp;Programación y Presupuesto","programacionypresupuesto.html",,,
		,"&nbsp;&nbsp;&nbsp;Protección Civil","proteccioncivil.html",,,
		,"&nbsp;&nbsp;&nbsp;Salud y Asistencia Social","saludyasistenciasocial.html",,,
		,"&nbsp;&nbsp;&nbsp;Turismo","regturismo.html",,,
		,"&nbsp;&nbsp;&nbsp;Urbanismo y Obras Públicas","regurbanismo.html",,,
		,"&nbsp;&nbsp;&nbsp;Vialidad","vialidad.html",,,

		])
		
		addmenu(menu=["administracion",
		,,110,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;&nbsp;Departamentos","show-menu=departamentos",,,0
		,"&nbsp;&nbsp;&nbsp;Misión","mision.html",,,0
		,"&nbsp;&nbsp;&nbsp;Visión","vision.html",,,0
		,"&nbsp;&nbsp;&nbsp;Valores","valores.html",,,0
		])


		addmenu(menu=["departamentos",
		,,160,1,"",style4,,"left",effect,,,,,,,,,,,,
			,"&nbsp; Compras","compras.html",,,1
			,"&nbsp; Cómputo","computo.html",,,1
			,"&nbsp; Comunicación Social ","comunicacionsocial.html",,,1
			,"&nbsp; Contraloría ","contraloria.html",,,1
			,"&nbsp; Jurídico Laboral ","juridicolaboral.html",,,1
			,"&nbsp; Impuesto Predial ","impuestopredial.html",,,1
			,"&nbsp; Módulo de Información ","modulodeinformacion.html",,,1
			,"&nbsp; Oficialía Mayor ","oficialiamayor.html",,,1
			,"&nbsp; Organización Ciudadana ","organizacionciudadana.html",,,1
			,"&nbsp; Relaciones Públicas ","relacionespublicas.html",,,1
			,"&nbsp; Secretaría del Ayuntamiento ","secretariadelayuntamiento.html",,,1
			,"&nbsp; Secretaría Particular ","secretariaparticular.html",,,1
			,"&nbsp; Tesorería ","tesoreria.html",,,1
			])




	addmenu(menu=["seccionb",
	,,140,1,"",style4,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Azteca Deportes","tvazteca.htm",,,1
	,"&nbsp;ESPN Deportes","espn.htm",,,1
	
   

	])


		addmenu(menu=["historia",
		,,160,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;&nbsp;Historia de Manzanillo","historiadelzo.html",,,0
		,"&nbsp;&nbsp;&nbsp;Efemérides","efemerides.html",,,0
		,"&nbsp;&nbsp;&nbsp;Galería Histórica","galeria.html",,,0
//		,"&nbsp;&nbsp;&nbsp; Ilustres","ilustres.html",,,0
		,"&nbsp;&nbsp;&nbsp;Historia del Escudo","historiadelescudo.html",,,0
		,"&nbsp;&nbsp;&nbsp;Presidentes de lzo","presidentesdelzo.html",,,0

		])


		addmenu(menu=["localidades",
		,,160,1,"",style3,,"left",effect,,,,,,,,,,,,
			,"&nbsp;&nbsp;&nbsp;","rdan.html",,,0
			,"&nbsp;&nbsp;&nbsp;","arin.html",,,0
			,"&nbsp;&nbsp;&nbsp;galado","atacheo.html",,,0
			,"&nbsp;&nbsp;&nbsp;stitución","atecucario.html",,,0
			,"&nbsp;&nbsp;&nbsp;Cdo","cando.html",,,0
			,"&nbsp;&nbsp;&nbsp;Ccuato","ceito.html",,,0
			,"&nbsp;&nbsp;&nbsp;Chco","chaaco.html",,,0
			,"&nbsp;&nbsp;&nbsp;Eltu","elptu.html",,,0
			,"&nbsp;&nbsp;&nbsp;Elhil","elchil.html",,,0
			,"&nbsp;&nbsp;&nbsp;Elno","eano.html",,,0
			,"&nbsp;&nbsp;&nbsp;El ajo","elsaajo.html",,,0
			,"&nbsp;&nbsp;&nbsp;El Sáriba","elsariba.html",,,0
			,"&nbsp;&nbsp;&nbsp;Latzcua","laeia.html",,,0
			,"&nbsp;&nbsp;&nbsp;La Labor","lbor.html",,,0
			,"&nbsp;&nbsp;&nbsp;Laera","ladera.html",,,0
			,"&nbsp;&nbsp;&nbsp;La ada","l.html",,,0
			,"&nbsp;&nbsp;&nbsp;La","lada.html",,,0
			,"&nbsp;&nbsp;&nbsp;Oua","ojoua.html",,,0
			,"&nbsp;&nbsp;&nbsp;Roán","ran.html",,,0
			,"&nbsp;&nbsp;&nbsp;Rres","rorres.html",,,0
			,"&nbsp;&nbsp;&nbsp;San","saan.html",,,0
			,"&nbsp;&nbsp;&nbsp;Saña","sna.html",,,0
			,"&nbsp;&nbsp;&nbsp;Tias ","ticas.html",,,0
			,"&nbsp;&nbsp;&nbsp;Vite ","vitml",,,0



		])



	
	addmenu(menu=["seccionc",,,140,1,,style4,0,"left",effect,0,,,,,,,,,,,	
	,"Criptozoologia","Criptozoologia.htm",,,1
	,"Edificios Altos","edificios.htm",,,1	
	,"Hombres Ricos","hombresricos.htm",,,1	
	

	])
	
		addmenu(menu=["municipal",
		,,140,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;&nbsp;Servicios","show-menu=servicios",,,0
//		,"&nbsp;&nbsp;&nbsp;Administración","show-menu=administracion2",,,0
		,"&nbsp;&nbsp;&nbsp;Servicios de Seguridad","serviciosdeseguridad.html",,,0

		])


			addmenu(menu=["servicios",
			,,120,1,"",style4,,"left",effect,,,,,,,,,,,,
			,"Agua Potable","aguapotable.html",,,0		
			,"Alumbrado Público","alumbradopublico.html",,,0		
			,"Aseo Público","aseopublico.html",,,0		
			,"Mercados","mercados.html",,,0		
			,"Panteón Municipal","panteonmunicipal.html",,,0		
			,"Rastro Municipal","rastromunicipal.html",,,0		
			,"Vialidad","vialidad.html",,,0
			,"Vivienda","vivienda.html",,,0	
			])


			addmenu(menu=["seguridad",
			,,160,1,"",style4,,"left",effect,,,,,,,,,,,,
			,"Participación Ciudadana","participacionciudadana.html",,,0		
			,"Vigilancia","vigilancia.html",,,0		
			,"Academia de Policia","academiadepolicia.html",,,0		
			,"Operativos","operativos.html",,,0		
			,"Protección Civil y Reglamentos","proteccioncivilyreglamentos.html",,,0		
			])


			addmenu(menu=["administracion2",
			,,185,1,"",style4,,"left",effect,,,,,,,,,,,,
			,"Política de Finanzas Públicas","politicadefinanzaspublicas.html",,,0		
			,"Previsión y Programación","previsionyprogramacion.html",,,0		
			,"Estructuras Orgánicas de Excelencia","estructurasorganicasdeexcelencia.html",,,0		
			,"Herramientas de Trabajo","herramientasdetrabajo.html",,,0		
			,"Eficiencia Administrativa","eficienciaadministrativa.html",,,0		
			,"Capacitación","capacitacion.html",,,0		
			,"Concordancia","concordancia.html",,,0		
			,"Sistematización Integral de la Administración","sistematizacionintegraldelaadministracion.html",,,0		
			,"Intranet","intranet.html",,,0		
			,"Enlace Estatal y Federal","enlaceestatalyfederal.html",,,0		
			])



		addmenu(menu=["economia",
		,,140,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;&nbsp;Agricultura y Ganadería","agriculturayganaderia.html",,,0
		,"&nbsp;&nbsp;&nbsp;Industria y Comercio","industriaycomercio2.html",,,0
		,"&nbsp;&nbsp;&nbsp;Turismo","turismo2.html",,,0
		,"&nbsp;&nbsp;&nbsp;Educación y Cultura","educacionycultura.html",,,0
		])


		addmenu(menu=["socioeconomia",
		,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;&nbsp;Demografía","demografia.html",,,0
		,"&nbsp;&nbsp;&nbsp;Habitantes","habitantes.html",,,0
		,"&nbsp;&nbsp;&nbsp;Vivienda","vivienda2.html",,,0
		,"&nbsp;&nbsp;&nbsp;Educación","educacion.html",,,0
		,"&nbsp;&nbsp;&nbsp;Lenguas","lenguas.html",,,0
		,"&nbsp;&nbsp;&nbsp;Nacimientos y Defunciones","nacimientosydefunciones.html",,,0
		])


	addmenu(menu=["secciond",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Encuestas","encuestas.htm",,,1

	
	

	])
	

	
	addmenu(menu=["seccione",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Notimex","noticiasactuales.htm",,,1
	//,"&nbsp; Registro Civil ","registrocivil.html",,,1
	])

		addmenu(menu=["escuelas",
		,,100,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;&nbsp;Privadas","show-menu=privadas",,,0
		,"&nbsp;&nbsp;&nbsp;Públicas","show-menu=publicas",,,0
		])

			addmenu(menu=["privadas",
			,,105,1,"",style4,,"left",effect,,,,,,,,,,,,
			," Preescolar ","preescolar.html",,,0		
			," Primarias ","primarias.html",,,0		
			," Secundarias ","secundarias.html",,,0		
			," Bachillerato ","bachillerato.html",,,0		
			," Estudios Superiores","estudiossuperiores.html",,,0		
			," Postgrados","postgrados.html",,,0		
			])


			addmenu(menu=["publicas",
			,,105,1,"",style4,,"left",effect,,,,,,,,,,,,
			," Preescolar ","preescolar2.html",,,0		
			," Primarias ","primarias2.html",,,0		
			," Secundarias ","secundarias2.html",,,0		
			," Bachillerato ","bachillerato2.html",,,0		
			," Estudios Superiores","estudiossuperiores2.html",,,0	
			," Postgrados","postgrados2.html",,,0			
			])



		addmenu(menu=["hospitales",
		,,100,1,"",style3,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;&nbsp;Privados","hospitalesprivados.html",,,0
		,"&nbsp;&nbsp;&nbsp;Públicos","hospitalespublicos.html",,,0
		])


		addmenu(menu=["dependenciasvarias",
		,,120,1,"",style4,,"left",effect,,,,,,,,,,,,
		,"&nbsp;&nbsp;&nbsp;n","c.html",,,0
		,"&nbsp;&nbsp;&nbsp;IFE","ife.html",,,0
		,"&nbsp;&nbsp;&nbsp;Pya","pta.html",,,0

		])



	addmenu(menu=["seccionf",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Como Crear Radio","tutorial_02.htm",,,1
	,"&nbsp; Traducciones","traducciones.htm",,,1
	,"&nbsp; Trucos","trucos.htm",,,1

	

	])
	

	
	addmenu(menu=["secciong",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Chat","chat.htm",,,1
	,"&nbsp; Horoscopos","horoscopos.htm",,,1
	
	
	
	])

		addmenu(menu=["seccionh",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Galeria de Fotos","galeria.htm",,,1
	
	
	])

	addmenu(menu=["seccioni",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Kamasutra","Kamasutra.htm",,,1
	,"&nbsp; Test","test.htm",,,1
	
	])

		addmenu(menu=["seccionj",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Frases","frasesypensamientos.htm",,,1
	
	
	])

	addmenu(menu=["seccionk",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Señor de los Anillos","senordelosanillos.htm",,,1

	
	])

		addmenu(menu=["seccionl",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Aviso Legal","avisolegal.htm",,,1
	,"&nbsp; Leyes Mexicanas","leyesmexicanas.htm",,,1
	,"&nbsp; Politica Privacidad","privacidad.htm",,,1
	
	])

	
	addmenu(menu=["seccionm",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
        ,"&nbsp; Radio Online","shoutcast.htm",,,1
	,"&nbsp; Tv Online","tvonline.htm",,,1
	
	
	])
	
		addmenu(menu=["seccionn",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Comentarios","comentarios.htm",,,1
	,"&nbsp; Libro de Visitas","libro.htm",,,1
	
	])


		addmenu(menu=["secciono",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; OmniWeb","omniweb/principal.html",,,1
	
	
	])
	

		addmenu(menu=["seccionp",
	,,140,1,"",style4,,"middle",effect,,,,,,,,,,,,
	,"&nbsp; Convertidor","convertidordeunidades.htm",,,1
	,"&nbsp; Contraseñas","claves.htm",,,1

	
	])

dumpmenus()
