	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='rgb(174, 208, 243)';		// Background color when mouse is not over
	var LowSubBgColor='rgb(174, 208, 243)';	// Background color when mouse is not over on subs
	var HighBgColor='rgb(107, 177, 242)';	// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='rgb(64, 186, 254)';	// Font color subs when mouse is over
	var BorderColor='rgb(174, 208, 243)';	// Border color
	var BorderSubColor='white';			// 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=10;					// Font size menu items
	var FontBold=0;					// Bold menu items 1 or 0
	var FontItalic=0;					// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// 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=.1;			// vertical overlap child/ parent
	var StartTop=65;					// Menu offset x coordinate
	var StartLeft=12;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=6;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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='menupos';			// span id for relative positioning
	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
	var ShowArrow=1;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,5,'images/tridown.gif',5,5,'images/trileft.gif',5,5];	// 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("Home","index.html","",0,20,65);
	Menu2=new Array("About Us","aboutus.html","",0,20,82);
	Menu3=new Array("Services","","",5,20,82);
		Menu3_1=new Array("Strategic Advice, Due Diligence and Project Management","stratadvice.html","",0,40,300);
		Menu3_2=new Array("Project Life Cycle Services: Environmental Impact Assessment, Approvals, Investigations, Auditing and Emissions Inventories","enviroimpact.html","",0,70,300);
		Menu3_3=new Array("Climate Change Adaptation, Sustainability and Natural Resource Management","climatechange.html","",0,40,300);
		Menu3_4=new Array("Water Resource Assessment and Management","waterresource.html","",0,40,300);
		Menu3_5=new Array("Land Management","land.html","",0,30,300);
	Menu4=new Array("Projects","projects.html","",1,20,75);
		Menu4_1=new Array("Page Under Construction","","",0,20,300);
	Menu5=new Array("Profiles","profiles.html","",0,20,70);
	Menu6=new Array("Careers","careers.html","",0,20,65);
	Menu7=new Array("Contact Us","contactus.html","",0,20,100);
	Menu8=new Array("Links","","",8,20,55);
		Menu8_1=new Array("Environmental Protection Authority","http://www.epa.wa.gov.au","",0,20,250);
		Menu8_2=new Array("Department of Environment and Conservation","http://www.dec.wa.gov.au/","",0,35);
		Menu8_3=new Array("Department of Environment, Water Heritage and the Arts (Commonwealth)","http://www.deh.gov.au","",0,50);
		Menu8_4=new Array("Department of Mines and Petroleum","http://www.dmp.wa.gov.au/","",0,20);
		Menu8_5=new Array("Department of State Development","http://www.dsd.wa.gov.au/","",0,20);
		Menu8_6=new Array("Australian Greenhouse Office","http://www.greenhouse.gov.au","",0);
		Menu8_7=new Array("Department of Water","http://www.water.wa.gov.au","",0);
		Menu8_8=new Array("Department of Planning","http://www.planning.wa.gov.au","",0,35);
