	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#663333';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	
	
	var HighBgColor='#ffffff';			// Background color when mouse is over
	//var HighSubBgColor='#E2E7BF';			// Background color when mouse is over on subs
	var HighSubBgColor='663333';
	
	
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#717171';			// Font color subs when mouse is not over
	var FontHighColor='#919B00';			// Font color when mouse is over
	var FontSubHighColor='#919B00';			// Font color subs when mouse is over
	//var BorderColor='#919B00';			// Border color
	var BorderColor='#FFFFFF';	
	var BorderSubColor='#919B00';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,helvetica,sans-serif"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=1;				// 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','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	
	var StartTop=92;				// Menu offset x coordinate
	//var StartLeft=142;				// Menu offset y 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;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=150;			// 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='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=1;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['media/nav_spacer_on.gif',1,19,'media/nav_spacer_on.gif',1,19,'media/nav_spacer_on.gif',1,19];	// 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("ABOUT","","",4,20,110);
	Menu1_1=new Array("PROFILE","about_firm.htm","",0,19,123);
	
	
	Menu1_2=new Array("OFFICES","","",3,19,120);
		Menu1_2_1=new Array("BOULDER","about_boulder.htm","",0,19,123);
		Menu1_2_2=new Array("COLORADO SPRINGS","about_coloradosprings.htm","",0,19,123);
		//Menu1_2_3=new Array("DENVER","about_denver.htm","",0,19,123);
		Menu1_2_3=new Array("GRAND JUNCTION","about_grandjunction.htm","",0,19,123);
		//Menu1_2_5=new Array("GREELEY","about_greeley.htm","",0,19,123);
		//Menu1_2_6=new Array("STEAMBOAT SPRINGS","about_steamboat.htm","",0,19,123);
		
	
	Menu1_3=new Array("LEADERSHIP","about_mgt.htm","",0,19,123);
	Menu1_4=new Array("CLIENTS","about_client.htm","",0,19,123);	

Menu2=new Array("EXPERTISE","","",5,20,113);
	Menu2_1=new Array("WHY DREXEL BARRELL?","serv_consult.htm","",0,19,145);
	Menu2_2=new Array("SURVEYING","serv_landsurv.htm","",0,19,123);
	Menu2_3=new Array("SITE DESIGN","serv_landdev.htm","",0,19,123);
	Menu2_4=new Array("TRANSPORTATION","serv_transport.htm","",0,19,123);
	Menu2_5=new Array("WATER RESOURCES","serv_water.htm","",0,19,123);	
	
Menu3=new Array("PORTFOLIO","","",12,20,113);
	Menu3_1=new Array("COMMERCIAL","port_commercial.htm","",0,19,123);
	Menu3_2=new Array("EDUCATION","port_edu.htm","",0,19,123);
	Menu3_3=new Array("GOVERNMENTAL","port_gov.htm","",0,19,123);
	Menu3_4=new Array("HEALTHCARE","port_health.htm","",0,19,123);
	Menu3_5=new Array("HOUSING","port_resident.htm","",0,19,123);
	Menu3_6=new Array("MILITARY","port_mil.htm","",0,19,123);
	Menu3_7=new Array("MTN/RESORT","port_resort.htm","",0,19,123);
	Menu3_8=new Array("PARKS/REC","port_parks-rec.htm","",0,19,123);
	Menu3_9=new Array("RENEWABLE ENERGY", "port_renew.htm","",0,19,123);
	Menu3_10=new Array("SURVEYING","port_survey.htm","",0,19,123);
	Menu3_11=new Array("TRANSPORTATION","port_transport.htm","",0,19,123);
	Menu3_12=new Array("WATER RESOURCES","port_water.htm","",0,19,123);

Menu4=new Array("NEWS","news_press.htm","",0,20,113);
		
Menu5=new Array("CAREERS","careers.htm","",0,20,113);

Menu6=new Array("CLIENTS ONLY","ftp.htm","",0,20,113);

Menu7=new Array("CONTACT US","contact.htm","",0,20,110);



