/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='red';			// Background color when mouse is not over
	var LowSubBgColor='red';			// Background color when mouse is not over on subs
	var HighBgColor='#990000';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='red';			// Border color
	var BorderSubColor='red';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=1;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=700;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='Mainframe';			// Frame where first level appears
	var SecLineFrame='Mainframe';			// Frame where sub levels appear
	var DocTargetFrame='Mainframe';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

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("CONTACTO","contact.htm","",3,10,151);
	Menu1_1=new Array("Contacto General","contact.htm","",0,10,150);
	Menu1_2=new Array("Guadalajara","mapamas.htm","",0);
	Menu1_3=new Array("Ciudad de Mexico","mapamex.htm","",0);
	Menu1_4=new Array("Directorio","directorio.htm","",0);

Menu2=new Array("IDENTIDAD","misvis.htm","",6);
	Menu2_1=new Array("Mision / Vision","misvis.htm","",0,10,150);	
	Menu2_2=new Array("Historia","historia.htm","",0);
	Menu2_3=new Array("Infraestructura","estructura.htm","",0);
	Menu2_4=new Array("Reconocimientos","premio.htm","",0);
	Menu2_5=new Array("Organizacion","jerarquia.htm","",0);
	Menu2_6=new Array("Contactenos","contact.htm","",0);
		
Menu3=new Array("SERVICIOS","servicio.htm","",6);
	Menu3_1=new Array("Venta","ventas.htm","",0,10,150);
	Menu3_2=new Array("Renta","renta.htm","",0);
	Menu3_3=new Array("Reconstrucciones","reconstrucciones.htm","",0);
	Menu3_4=new Array("Servicio","servicio.htm","",0);
	Menu3_5=new Array("Refacciones","partes.htm","",0);
	Menu3_6=new Array("Contactenos","contact.htm","",0);

Menu4=new Array("PRODUCTOS","productos.htm","",10);
	Menu4_1=new Array("Raymond","raymond.htm","",2,10,150);
		Menu4_1_1=new Array("Espaņol","raymond-sap.htm","",0,10,70);
		Menu4_1_2=new Array("English","raymondeng.htm","",0);
	Menu4_2=new Array("Cascade","cascadeproducts.htm","",0);
	Menu4_3=new Array("MIC","Mic.htm","",0);
	Menu4_4=new Array("Cushman","cushman.htm","",0);
	Menu4_5=new Array("Condor","condor-productos.htm","",0);
	Menu4_6=new Array("Baterias Douglas","cdbattery.htm","",0);
	Menu4_7=new Array("Rampas para Anden","rampas.htm","",0);
	Menu4_8=new Array("Racks","under.htm","",0);
	Menu4_9=new Array("Usados Certificados","usados.htm","",0);
	Menu4_10=new Array("Contacto","contact.htm","",0);

Menu5=new Array("REPORTE","javascript:top.location.href='servicioOnLine.htm","",1);
	Menu5_1=new Array("Reporte On Line","javascript:top.location.href='servicioOnLine.htm'","",0,10,151);

