//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='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// 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=3;		// Sub menu offset Left position

style_1=[				// style_1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
	"21558c",				// Mouse Off Font Color * navy
	"fcfcfc",				// Mouse Off Background Color * ccccff
	"21558c",				// Mouse On Font Color * ffebdc
	"e5e5e5",				// Mouse On Background Color * e9e9e9 * ffe1ce
	"a7a7a7",				// Menu Border Color * 000000
	10,						// Font Size in pixels * 12
	"normal",				// Font Style (italic or normal)
	"normal",				// Font Weight (bold or normal) * bold
	"Verdana, Arial",		// Font Name * verdana
	4,						// Menu Item Padding * 4
	"imagenes/arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
	,						// 3D Border & Separator bar
	,						// 3D High Color
	,						// 3D Low Color
	,						// Current Page Item Font Color (leave this blank to disable)
	,						// Current Page Item Background Color (leave this blank to disable)
	,						// Top Bar image (Leave this blank to disable) * arrowdn.gif
	,						// Menu Header Font Color (Leave blank if headers are not needed)
	,						// Menu Header Background Color (Leave blank if headers are not needed)
]

style_2=[
	"21558c",				// Mouse Off Font Color
	"ffffff",				// Mouse Off Background Color
	"5a7942",				// Mouse On Font Color * 006600
	"ffffff",				// Mouse On Background Color * e9e9e9
	"21558c",				// Menu Border Color
	10,						// Font Size in pixels
	"normal",				// Font Style (italic or normal)
	"bold",					// Font Weight (bold or normal)
	"Verdana, Arial",		// Font Name
	4,						// Menu Item Padding
	"imagenes/arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
	,						// 3D Border & Separator bar
	,						// 3D High Color
	,						// 3D Low Color
	,						// Current Page Item Font Color (leave this blank to disable)
	,						// Current Page Item Background Color (leave this blank to disable)
	,						// Top Bar image (Leave this blank to disable) * arrowdn.gif
	,						// Menu Header Font Color (Leave blank if headers are not needed)
	,						// Menu Header Background Color (Leave blank if headers are not needed)
]


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
	75,					// Menu Top - The Top position of the menu in pixels
	270,				// Menu Left - The Left position of the menu in pixels
	,					// Menu Width - Menus width in pixels
	0,					// Menu Border Width * 1
	,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	style_2,			// 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
	,					// 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)
	1, 					// 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
	,					// 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
	," Inicio ","index.php",,"Regresar a la Página Principal",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	," Nuestro Municipio ","show-menu=MUNICIPIO",,"Información más relevante de Nuestro Municipio",1
	," Gobierno ","show-menu=GOBIERNO",,"Todos los datos del actual Gobierno Municipal",1
	," Territorio ","show-menu=TERRITORIO",,"Datos Geográficos de Nuestro Territorio",1
	," Participación Ciudadana ","show-menu=PARTICIPACION",,"Foros y Servicios",1
])

//MODIFICACION AL MENU PRINCIPAL POR LUCIO 20/ene/04
//Solo intercambiar el comentario de  el menu activo por el inactivo y VICEVERSA
//NOTA: solo las administrables estarán habiliradas por DEFAULT
//Notas 2 : Cambiar tambien config2.js

	addmenu(menu=["MUNICIPIO",
		,,150,1,"",style_1,0,"left",
		effect,
		//"randomdissolve(duration=0.5);Shadow(color='#e0e0e0', Direction=135, Strength=5)",
		0,,,,,,,,,,,
		,"Historia","show-menu=Historia",,,0
		,"Cultura Local","show-menu=Cultura",,,0
		,"Información Estadística","show-menu=Estadistica",,,0
		,"Sitios de Interés","",,,0
//		,"Sitios de Interés","municipio/sitios/sitios.php",,,0
//		,"Recorridos Virtuales","",,,0
		,"Recorridos Virtuales","municipio/recorridos/recorridos.php",,,0
//		,"Eventos","",,,0
		,"Eventos","municipio/eventos/eventos.php",,,0
		,"Directorio de Servicios","",,,0
//		,"Directorio de Servicios","municipio/servicios/servicios.php",,,0		

	])
	
	
			addmenu(menu=["Historia",
				,,120,1,"",style_1,0,"left",
				effect,
				0,,,,,,,,,,,
//				,"Escudo","",,,0
				,"Escudo","municipio/historia/escudo.php",,,0
//				,"Orígenes","",,,0
				,"Orígenes","municipio/historia/origenes.php",,,0
//				,"Siglo XIX y XX","",,,0
				,"Siglo XIX y XX","municipio/historia/siglos.php",,,0
				,"Lugares Históricos","",,,0
//				,"Lugares Históricos","municipio/historia/lugares.php",,,0
				,"Mitos y Leyendas","",,,0
//				,"Mitos y Leyendas","municipio/historia/mitosleyendas.php",,,0
			])
	
	
			addmenu(menu=["Cultura",
				,,180,1,"",style_1,0,"left",
				effect,
				0,,,,,,,,,,,
//				,"Hombres y Mujeres Célebres","",,,0
				,"Hombres y Mujeres Célebres","municipio/cultura/celebres.php",,,0
				,"Herencia Arquitectónica","",,,0
//				,"Herencia Arquitectónica","municipio/cultura/arqui.php",,,0
				,"Parajes","",,,0
//              ,"Parajes","municipio/cultura/parajes.php",,,0
//				,"Monumentos","",,,0
				,"Monumentos","municipio/cultura/monumentos.php",,,0
				,"Música","",,,0
//				,"Música","municipio/cultura/musica.php",,,0
				,"Artesanías","",,,0
//				,"Artesanías","municipio/cultura/artesanias.php",,,0
				,"Gastronomía","",,,0
//				,"Gastronomía","municipio/cultura/gastronomia.php",,,0
				,"Templos","",,,0
//				,"Templos","municipio/cultura/templos.php",,,0
				,"Zonas Arqueológicas","",,,0
//				,"Zonas Arqueológicas","municipio/cultura/arqueologico.php",,,0
//				,"Fiestas Tradicionales","",,,0
				,"Fiestas Tradicionales","municipio/cultura/fiestas.php",,,0
			])
	
			addmenu(menu=["Estadistica",
				,,170,1,"",style_1,0,"left",
				effect,
				0,,,,,,,,,,,
				,"Bienestar Social","",,,0
//				,"Bienestar Social","municipio/estadistica/bienestar.php",,,0
//				,"Economía","",,,0
				,"Economía","municipio/estadistica/economia.php",,,0
				,"Población y Medio Ambiente","",,,0
//				,"Población y Medio Ambiente","municipio/estadistica/poblacion.php",,,0
//				,"Infraestructura y Servicios","",,,0
				,"Infraestructura y Servicios","municipio/estadistica/infraestructura.php",,,0
				,"Educación","",,,0
//				,"Educación","municipio/estadistica/educacion.php",,,0
				,"Justicia y Gobierno","",,,0
//				,"Justicia y Gobierno","municipio/estadistica/justicia.php",,,0
			])
	
	addmenu(menu=["GOBIERNO",
		,,180,1,"",style_1,0,"left",
		effect,
		0,,,,,,,,,,,
		,"Antecedentes Políticos","",,,0
//		,"Antecedentes Políticos","gobierno/antecedentes/antecedentes.php",,,0
//		,"Historia Electoral","",,,1
		,"Historia Electoral","gobierno/helectoral/helectoral.php",,,1
		,"Biografía del Presidente","",,,0
//		,"Biografía del Presidente","gobierno/biografia/biografia.php",,,0
		,"Mensaje","",,,0
//		,"Mensaje","gobierno/mensaje/mensaje.php",,,0
		,"Toma de Protesta","",,,1
//		,"Toma de Protesta","gobierno/toma/toma.php",,,1
		,"Informes de Gobierno","",,,0
//		,"Informes de Gobierno","show-menu=Informes","gobierno/informes/index.php",,0
		,"Plan de Desarrollo Municipal","",,,1
//		,"Plan de Desarrollo Municipal","gobierno/pdm/pdm.php",,,1
		,"Gabinete","",,,0
//		,"Gabinete","gobierno/gabinete/gabinete.php",,,0
		,"Administración 2008-2011","show-menu=Administracion",,,0
		,"Sala de Prensa","show-menu=Sala",,,0
		,"Contacto Ciudadano","show-menu=Contacto",,,1
		,"Experiencias de Éxito","",,,0
//		,"Experiencias de Éxito","gobierno/experiencias/experiencias.php",,,0		
	])
	
			addmenu(menu=["Informes",
				,,70,1,"",style_1,0,"left",
				effect,
				0,,,,,,,,,,,
				,"Primero","",,,0
//				,"Primero","gobierno/informes/primero.php",,,0
				,"Segundo","",,,0
				,"Tercero","",,,0
			])

			addmenu(menu=["Administracion",
				,,130,1,"",style_1,0,"left",
				effect,
				0,,,,,,,,,,,
//				,"Tesorería","",,,0
				,"Tesorería","gobierno/admin_tesoreria/tesoreria.php",,,0
//				,"Programas Sociales","",,,0
//				,"Programas Sociales","gobierno/admin_programas/programas.php",,,0
//				,"Sindicatura","",,,0
//				,"Secretaría","",,,0
//				,"Secretaría","gobierno/admin_secretaria/secretaria.php",,,0
//				,"Oficialía","",,,0				
//				,"Presidencia","",,,0
//				,"Seguridad Pública","",,,0
//				,"Agua Potable","",,,0
//				,"Servicios Municipales","",,,0
//				,"Protección Civil","",,,0
//				,"Regidores","",,,0
//				,"DIF","",,,0
//				,"COPLADEMUN","",,,0
//				,"Contraloría","",,,0
//				,"OOAPAS","",,,0
			])

			addmenu(menu=["Sala",
				,,130,1,"",style_1,0,"left",
				effect,
				0,,,,,,,,,,,
//				,"Eventos","",,,0
				,"Eventos","gobierno/sala/eventos.php",,,0
//				,"Visitas","",,,0				
				,"Visitas","gobierno/sala/visitas.php",,,0
//				,"Comunicados","",,,0
				,"Comunicados","gobierno/sala/comunicados.php",,,0
//				,"Sesiones de Cabildo","",,,0
				,"Sesiones de Cabildo","gobierno/sala/sesiones.php",,,0
			])

			addmenu(menu=["Contacto",
				,,210,1,"",style_1,0,"left",
				effect,
				0,,,,,,,,,,,
//				,"Programas de Radio, TV y Prensa","",,,0				
				,"Programas de Radio, TV y Prensa","gobierno/contacto/radiotv.php",,,0
//				,"Audiencias","",,,0
				,"Audiencias","gobierno/contacto/audiencias.php",,,0
			])


	addmenu(menu=["TERRITORIO",
		,,120,1,"",style_1,0,"left",
		effect,
		0,,,,,,,,,,,
		,"Mapa del Municipio","",,,0
//		,"Mapa del Municipio","territorio/mapa/mapa.php",,,0
//		,"Datos Geográficos","",,,0
		,"Datos Geográficos","territorio/datos/datos.php",,,0		
//		,"Poblaciones","",,,0		
		,"Poblaciones","territorio/poblaciones/poblaciones.php",,,0		
	])


	addmenu(menu=["PARTICIPACION",
		,,140,1,"",style_1,0,"left",
		effect,
		0,,,,,,,,,,,
//		,"Quejas","",,,0
		,"Quejas","participacion/quejasugerencia/quejas.php",,,0
//		,"Sugerencias","",,,1
		,"Sugerencias","participacion/quejasugerencia/sugerencias.php",,,1
//		,"Migrantes","",,,1		
		,"Migrantes","participacion/migrantes/migrantes.php",,,1
//		,"Sondeos","",,,1
		,"Sondeos","participacion/sondeos/sondeos.php",,,1
//		,"Colaboraciones al Sitio","",,,0
		,"Colaboraciones al Sitio","participacion/cultura/colaboracion.php",,,0

	])

dumpmenus()

