//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='6699CC';
	var HighBgColor='tan';
	var FontLowColor='white';
	var FontHighColor='black';
	var BorderColor='gray';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana, helveltica, arial"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=.1;
	var StartTop=220; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=100;
	var TakeOverBgColor=0;
	var FirstLineFrame='space';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Company",null,4,20,166);
		Menu1_1=new Array("About Us","http://www.klhengineers.com/company/aboutus.asp",0,20,166);
		Menu1_2=new Array("Contact Us","http://www.klhengineers.com/company/contactus.asp",0,20,166);
    Menu1_3=new Array("Directions","http://www.klhengineers.com/company/directions.asp",0,20,166);
		Menu1_4=new Array("KLH Directors","http://www.klhengineers.com/company/directors.asp",0,20,166);

Menu2=new Array("Services",null,3,20,166);
		Menu2_1=new Array("Water","http://www.klhengineers.com/services/water.asp",0,20,166);
		Menu2_2=new Array("Wastewater","http://www.klhengineers.com/services/wastewater.asp",0,20,166);
		Menu2_3=new Array("Municipal","http://www.klhengineers.com/services/municipal.asp",0,20,166);     
	
Menu3=new Array("Affiliations","http://www.klhengineers.com/affiliations/affiliation.asp",0,20,166);

Menu4=new Array("Project Profiles & Bids","http://www.klhengineers.com/project/profiles.asp",0,20,166);

Menu5=new Array("Careers at KLH",null,2,20,166);
		Menu5_1=new Array("How to Apply","http://www.klhengineers.com/careers/apply.asp",0,20,166);
		Menu5_2=new Array("Current Opportunities","http://www.klhengineers.com/careers/opportunities.asp",0,20,166);

Menu6=new Array("News & Events","http://www.klhengineers.com/news/news.asp",0,20,166);
		
Menu7=new Array("Home","http://www.klhengineers.com",0,20,166);

