/***********************************************************************************
*	(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=5;                      // Number of first level items^M
        var LowBgColor='';                      // Background color when mouse is not over^M
        var LowSubBgColor='#C29A32';                    // Background color when mouse is not over on subs^M
        var HighBgColor='';                     // Background color when mouse is over^M
        var HighSubBgColor='#C29A32';                   // Background color when mouse is over on subs^M
        var FontLowColor='white';                       // Font color when mouse is not over^M
        var FontSubLowColor='white';                    // Font color subs when mouse is not over^M
        var FontHighColor='white';                      // Font color when mouse is over^M
        var FontSubHighColor='white';                   // Font color subs when mouse is over^M
        var BorderColor='';                     // Border color^M
        var BorderSubColor='black';                     // Border color for subs^M
        var BorderWidth=1;                              // Border width^M
        var BorderBtwnElmnts=1;                 // Border between elements 1 or 0^M
        var FontFamily="arial,comic sans ms,technical"  // Font family menu items^M
        var FontSize=12;                                // Font size menu items^M
        var FontBold=1;                         // Bold menu items 1 or 0^M
        var FontItalic=0;                               // Italic menu items 1 or 0^M
        var MenuTextCentered='center';                  // Item text position 'left', 'center' or 'right'^M
        var MenuCentered='center';                      // Menu horizontal position 'left', 'center' or 'right'^M
        var MenuVerticalCentered='top';         // Menu vertical position 'top', 'middle','bottom' or static^M
        var ChildOverlap=2;                             // horizontal overlap child/ parent^M
        var ChildVerticalOverlap=8;                     // vertical overlap child/ parent^M
        var StartTop=31;                                // Menu offset x coordinate^M
        var StartLeft=1;                                // Menu offset y coordinate^M
        var VerCorrect=0;                               // Multiple frames y correction^M
        var HorCorrect=0;                               // Multiple frames x correction^M
        var LeftPaddng=3;                               // Left padding^M
        var TopPaddng=2;                                // Top padding^M
        var FirstLineHorizontal=1;                      // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL^M
        var MenuFramesVertical=1;                       // Frames in cols or rows 1 or 0^M
        var DissapearDelay=1000;                        // delay before menu folds in^M
        var TakeOverBgColor=0;                  // Menu frame takes over background color subitem frame^M
        var FirstLineFrame='navig';                     // Frame where first level appears^M
        var SecLineFrame='space';                       // Frame where sub levels appear^M
        var DocTargetFrame='space';                     // Frame where target documents appear^M
        var TargetLoc='';                               // span id for relative positioning^M
        var HideTop=0;                          // Hide first level when loading new document 1 or 0^M
        var MenuWrap=1;                         // enables/ disables menu wrap 1 or 0^M
        var RightToLeft=0;                              // enables/ disables right to left unfold 1 or 0^M
        var UnfoldsOnClick=0;                   // Level 1 unfolds onclick/ onmouseover^M
        var WebMasterCheck=0;                   // menu tree checking on or off 1 or 0^M
        var ShowArrow=0;                                // Uses arrow gifs when 1^M
        var KeepHilite=1;                               // Keep selected path highligthed^M
        var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];       // Arrow source, width and height^M


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("Home","index.htm","images/button_background.gif",0,20,130);

Menu2=new Array("About ESS","","",3,50,170);
	Menu2_1=new Array("Company Profile","company_profile.htm","",0,20,170);	
	Menu2_2=new Array("Contact Us","locations.htm","",0,20,170);
	Menu2_3=new Array("The Rock","rock.htm","",0,20,170);

Menu3=new Array("Capabilities","","",5,20,180);
	Menu3_1=new Array("Civil / Structural","civil.htm","",0,20,180);
	Menu3_2=new Array("Mechanical","mechanical.htm","",0);
	Menu3_3=new Array("Electrical","electrical.htm","",0);
	Menu3_4=new Array("Systems Integration","system_integration.htm","",0);
	Menu3_5=new Array("Project / Client","project.htm","",0);

Menu4=new Array("Our Staff","","",2,20,160);
	Menu4_1=new Array("Meet Our Staff","staff.htm","",0,20,160);
	Menu4_2=new Array("Alliance Partners","alliance.htm","",0);

Menu5=new Array("Login","ftp/","",0,20,140);

