/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='';			        // Background color when mouse is not over
	var LowSubBgColor='#ABAAAA';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#253A80';			// Font color when mouse is over
	var FontSubHighColor='#253A80';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			        // Border between elements 1 or 0
	var FontFamily="arialnarrow,tahoma,comic sans ms,technical"	// Font family menu items
	var FontSize=7;				        // Font size menu items
	var FontBold=1;				        // 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		        // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=115;		     		        // Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=10;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=15;				// Left padding
	var TopPaddng=3;				// 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='';				// 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=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// 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("rollover:./images/spacer.gif:./images/spacer.gif","","",0,20,0)

Menu2=new Array("HOME","default.html","",0,20,55);

Menu3=new Array("ABOUT STOWE","","",4,20,100);
//	Menu3_1=new Array("CORPORATE PROFILE","profile.html","",0,20,160);
	Menu3_1=new Array("CAPABILITY STATEMENT","capability.html","",0,20,160);
	Menu3_2=new Array("HISTORY","history.html","",0);
	Menu3_3=new Array("MANAGEMENT","management.html","",0);
//	Menu3_5=new Array("OUR PEOPLE","people.html","",0);
	Menu3_4=new Array("OH&S","ohs.html","",0);
//	Menu3_7=new Array("COMMUNITY","community.html","",0);


Menu4=new Array("SERVICES","","",10,20,77);
	Menu4_1=new Array("ELECTRICAL","electrical.html","",0,20,180);
	Menu4_2=new Array("COMMUNICATIONS","communication.html","",0);
	Menu4_3=new Array("INDUSTRIAL","industrial.html","",0);
	Menu4_4=new Array("ROLLOUTS","rollouts.html","",0);
	Menu4_5=new Array("DESIGN SERVICES","design.html","",0);
	Menu4_6=new Array("THERMOGRAPHIC SCANNING","infrared.html","",0);
	Menu4_7=new Array("POWER QUALITY SERVICES","power.html","",0);
	Menu4_8=new Array("ENERGY MANAGEMENT","energy.html","",0);
	Menu4_9=new Array("MAINTENANCE","maintenance.html","",0);
	Menu4_10=new Array("HV & LV INFRASTRUCTURE","high_voltage.html","",0);

Menu5=new Array("PROJECTS","","",8,20,81);
	Menu5_1=new Array("PUBLIC","public_projects.html","",0,20,150);
	Menu5_2=new Array("COMMERCIAL","commercial_projects.html","",0,20,150);
	Menu5_3=new Array("INDUSTRIAL","industrial_projects.html","",0,20,150);
	Menu5_4=new Array("DEFENCE","defence_projects.html","",0,20,150);
	Menu5_5=new Array("OFFICE FITOUTS","office_projects.html","",0,20,150);
	Menu5_6=new Array("ROLLOUTS","rollouts_projects.html","",0,20,150);
	Menu5_7=new Array("SPECIALIST PROJECTS","specialist_projects.html","",0,20,150);
	Menu5_8=new Array("ENERGY MANAGEMENT","energy_projects.html","",0);

Menu6=new Array("PARTNERS","","",5,20,80);
	Menu6_1=new Array("ELECTRICAL","electrical_partners.html","",0,20,130);
	Menu6_2=new Array("COMMUNICATIONS","communication_partners.html","",0);
	Menu6_3=new Array("AFFILIATIONS","affiliation_partners.html","",0);
	Menu6_4=new Array("ACCREDITATION","accreditation_partners.html","",0);
	Menu6_5=new Array("CONEST","conest.html","",0);

Menu7=new Array("ACHIEVEMENTS","","",4,20,108);
	Menu7_1=new Array("AWARDS - PROJECTS","project_awards.html","",0,20,170);
	Menu7_2=new Array("AWARDS - SAFETY","safety_awards.html","",0,20,170);
	Menu7_3=new Array("AWARDS - TRAINING","training_awards.html","",0,20,170);
	Menu7_4=new Array("CUSTOMER TESTIMONIALS","testimonials.html","",0,20,170);

Menu8=new Array("CAREERS","","",2,20,73);
	Menu8_1=new Array("HOW TO APPLY","apply_careers.html","",0,20,170);
//	Menu8_2=new Array("CURRENT OPPORTUNITIES","current_careers.html","",0,20,170);
	Menu8_2=new Array("APPRENTICESHIPS","apprentice_careers.html","",0,20,170);

Menu9=new Array("CONTACT US","contactus.html","",0,20,95);