/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;
	var LowBgColor='#FFC30F';
	var LowSubBgColor='#FFD65C';
	var HighBgColor='#FFC30F';
	var HighSubBgColor='#FFD65C';
	var FontLowColor='black';
	var FontSubLowColor='black';
	var FontHighColor='white';
	var FontSubHighColor='white';
	var BorderColor='black';
	var BorderSubColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=154;				// Menu offset x coordinate
	var StartLeft=150;				// Menu offset y coordinate
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='na1vig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Inicio","http://www.villahidalgozac.gob.mx","",0,20,107);

Menu2=new Array("Villa Hidalgo","","",4);
	Menu2_1=new Array("Significado de Villa Hidalgo","/wb2/municipios/32054_nomenclatura","",0,20,160);
	Menu2_2=new Array("Historia","/wb2/municipios/32054_historia","",0);
	Menu2_3=new Array("Medio Físico","/wb2/municipios/32054_medio_fisico","",0);
	Menu2_4=new Array("Cultura y Turismo","/wb2/municipios/32054_cultura_turismo","",0);

Menu3=new Array("Nuestra Gente","","",2);
	Menu3_1=new Array("Paisano de Villa Hidalgo","/wb2/municipios/32054_sociodemografia","",0,20,160);
	Menu3_2=new Array("Infraestructura","/wb2/municipios/32054_infraestructura","",0);

Menu4=new Array("Economía","/wb2/municipios/32054_economia","",0);

Menu5=new Array("Gobierno","/wb2/municipios/32054_gobierno","",2);
	Menu5_1=new Array("Directorio","/wb2/municipios/32054_directorio","",0,20,107);
	Menu5_2=new Array("Transparencia","/wb2/municipios/32054_transparencia","",0);

Menu6=new Array("Herramientas","","",2);
	Menu6_1=new Array("Buscador","/wb2/municipios/32054_buscador","",0,20,107);
	Menu6_2=new Array("Mapa del Sitio","/wb2/municipios/32054_mapa","",0);



