/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='#3D5C71';			// Background color when mouse is not over
	var LowSubBgColor='#3D5C71';			// Background color when mouse is not over on subs
	var HighBgColor='#3D5C71';			// Background color when mouse is over
	var HighSubBgColor='#3D5C71';			// 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='#FC7C00';			// Font color when mouse is over
	var FontSubHighColor='#FC7C00';			// Font color subs when mouse is over
	var BorderColor='#96A7B7';			// Border color
	var BorderSubColor='#96A7B7';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, arial, helvetica"	// 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='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=0;			// vertical overlap child/ parent
	var StartTop=130;				// Menu offset x coordinate
	var StartLeft=190;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=0;				// 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=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// 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=1;			// 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=['tri2.gif',5,10,'tridown2.gif',10,5,'trileft.gif',10,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","default.htm","",0,18,45);

Menu2=new Array("about","","",4,18,55);
	 Menu2_1=new Array("our people","people.htm","",0,18,100);
	 Menu2_2=new Array("our team","team.htm","",0);
	 Menu2_3=new Array("testimonials","testimonials.htm","",0);
	 Menu2_4=new Array("contact us","contact.htm","",0);
	 
Menu3=new Array("brokering","brokering.htm","",5,18,82);
     Menu3_1=new Array("workshops & venues","workshops.htm","",0,18,175);
	 Menu3_2=new Array("recruitment & contracting","recruitment.htm","",0);
	 Menu3_3=new Array("products","products.htm","",0);
	 Menu3_4=new Array("coaching & mentoring","coaching.htm","",0);
	 Menu3_5=new Array("assisting with tenders","tenders.htm","",0);
	 
Menu4=new Array("consultancy","consultancy.htm","",8, 18, 95);
     Menu4_1=new Array("business needs analysis","ba.htm","",0,18,200);
	 Menu4_2=new Array("strategic human resources","strategic-hr.htm","",0);
	 Menu4_3=new Array("competency frameworks","competency.htm","",0);
	 Menu4_4=new Array("training & devt. frameworks","training.htm","",0);
	 Menu4_5=new Array("course design & delivery","design.htm","",0);
	 Menu4_6=new Array("assessment & evaluation","evaluation.htm","",0);
	 Menu4_7=new Array("operational human resources","operational-hr.htm","",0);
	 Menu4_8=new Array("coaching & mentoring","coaching.htm","",0);
	 
Menu5=new Array("training evaluation","","",2,18,140);
	 Menu5_1=new Array("assessment & evaluation","evaluation.htm","",0,18,170);
	 Menu5_2=new Array("web based surveys","websurvey.htm","",0);
	 
Menu6=new Array("employee engagement","","",2,18,165);
	 Menu6_1=new Array("about employee engagement","ee_about.htm","",0,18,284);
	 Menu6_2=new Array("services to survey employee engagement","ee_services.htm","",0);

Menu7=new Array("news & profiles","news.htm","",0,18,110);

Menu8=new Array("contact","contact.htm","",0,18,55);