 var NoOffFirstLineMenus=6;   // Number of first level items
 var LowBgColor='3655A5';    // Background color when mouse is not over
 var LowSubBgColor='EFECEC';   // Background color when mouse is not over on subs
 var HighBgColor='5D78AB';   // Background color when mouse is over
 var HighSubBgColor='FEE833';   // Background color when mouse is over on subs
 var FontLowColor='ffffff';   // Font color when mouse is not over
 var FontSubLowColor='666666';   // Font color subs when mouse is not over
 var FontHighColor='white';   // Font color when mouse is over
 var FontSubHighColor='000000';   // Font color subs when mouse is over
 var BorderColor='white';   // Border color
 var BorderSubColor='999999';   // Border color for subs
 var BorderWidth=1;    // Border width
 var BorderBtwnElmnts=1;    // Border between elements 1 or 0
 var FontFamily="arial,verdana,helvetica" // Font family menu items
 var FontSize=9;     // Font size menu items
 var FontBold=0;     // 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='center';   // 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=33;    // Menu offset x coordinate
 var StartLeft=0;    // Menu offset y coordinate
 var VerCorrect=0;    // Multiple frames y correction
 var HorCorrect=0;    // Multiple frames x correction
 var LeftPaddng=0;    // Left padding
 var TopPaddng=2;    // 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=100;    // delay before menu folds in
 var TakeOverBgColor=1;    // Menu frame takes over background color subitem frame
 var FirstLineFrame='navig';   // Frame where first level appears
 var SecLineFrame='space';   // Frame where sub levels appear
 var DocTargetFrame='space';   // Frame where target documents appear
 var TargetLoc='banner-flash';    // 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("Quienes Somos","quienes.html","",0,19,109);
 /*Menu1_1=new Array("HITEC","quienes.html","",0,19,200); 
 Menu1_2=new Array("Miembros del Grupo Corporativo","miembros.html","",0,19,200);
 Menu1_3=new Array("Eventos","eventos.html","",0,19,200);
*/
Menu2=new Array("Control de Ambiente","productos-ambiente.html","",3,19,130);
 Menu2_1=new Array("Mitsubishi Electric","productos-ambiente.html","",0,19,160); 
 Menu2_2=new Array("The Unico System","productos-ambiente.html#unico","",0,19,160); 
 Menu2_3=new Array("Miller","productos-ambiente.html#miller","",0,19,160); 
 Menu2_4=new Array("Conectividad en red","#","",0,19,160); 
 Menu2_5=new Array("Fabricantes de nuestros productos","#","",0,19,160);

Menu3=new Array("Control Eléctrico","productos-electrico.html","",2,19,110);
 Menu3_1=new Array("Protección Eléctrica","productos-electrico.html","",0,19,160); 
 Menu3_2=new Array("Conectividad en red","productos-electrico.html#red","",0,19,160);
 /**Menu3_2=new Array("Automatización","productos-electrico.html#auto","",0,19,160); 
 Menu3_3=new Array("Conectividad en red","productos-electrico.html#red","",0,19,160); 
*/
Menu4=new Array("Proyectos","","",4,19,80);
 Menu4_1=new Array("Sector Institucional","proyectos-institucional.html","",0,19,160); 
 Menu4_2=new Array("Sector Empresarial","proyectos-comercial.html","",0,19,160); 
 Menu4_3=new Array("Sector Hotelero","proyectos-hotelero.html","",0,19,160); 
 Menu4_4=new Array("Sector Residencial","proyectos-residencial.html","",0,19,160);

Menu5=new Array("Servicio Técnico","soporte.html","",0,19,105);
  

Menu6=new Array("Contáctenos","contactenos.html","",0,19,120);

//Menu7=new Array("","","",0,19,90);
/*
Menu6=new Array("Servicios en Línea","","",4,19,120);
 Menu6_1=new Array("Solicitud de Cotización","servicios.html","",0,19,160); 
 Menu6_2=new Array("Solicitud de Crédito","servicios.html","",0,19,160); 
 Menu6_3=new Array("Reclamo de Garantía","servicios.html","",0,19,160);
 Menu6_4=new Array("Lista de Precios","servicios.html","",0,19,160);  

Menu7=new Array("Contáctenos","contactenos.html","",0,19,90);
*/

 





