
	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='BACEDA';			// Background color when mouse is not over
	var LowSubBgColor='D5E2EA';			// Background color when mouse is not over on subs
	var HighBgColor='D5E2EA';			// Background color when mouse is over
	var HighSubBgColor='FFFFFF';			// Background color when mouse is over on subs
	var FontLowColor='4B5E71';			// Font color when mouse is not over
	var FontSubLowColor='4B5E71';			// Font color subs when mouse is not over
	var FontHighColor='4B5E71';			// Font color when mouse is over
	var FontSubHighColor='4B5E71';			// Font color subs when mouse is over
	var BorderColor='BACEDA';			// Border color
	var BorderSubColor='7B8E9E';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=7;				// 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=.0;			// vertical overlap child/ parent
	var StartTop=316;				// 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=20;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=0;			// 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='content';			// Frame where first level appears
	var SecLineFrame='content';			// Frame where sub levels appear
	var DocTargetFrame='content';			// 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=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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("OUR FIRM","our_firm.html","",0,18,159);

Menu2=new Array("PRACTISE AREAS","#","",7,18,159);
	Menu2_1=new Array("Financial Services","financial_services.html","",0,18,135);	
	Menu2_2=new Array("Global Technology","global_technology.html","",0,18,135);	
	Menu2_3=new Array("Technical & Engineering","technical_engineering.html","",0,18,135);	
	Menu2_4=new Array("Industry","industry.html","",0,18,135);	
	Menu2_5=new Array("Functional Speciality","#","",4,18,135);	
		Menu2_5_1=new Array("Human Resources","human_resources.html","",0,18,135);	
		Menu2_5_2=new Array("Interim Management","interim_management.html","",0,18,135);	
		Menu2_5_3=new Array("Legal","legal.html","",0,18,135);
		Menu2_5_4=new Array("Outsourcing","outsourcing.html","",0,18,135);	
	Menu2_6=new Array("Board Search","board_search.html","",0,18,135);	
	Menu2_7=new Array("Assessment","assessement.html","",0,18,135);	

Menu3=new Array("OUR METHODOLOGY","our_methodology.html","",0,18,160);

Menu4=new Array("NEWS & ARTICLES","news.html","",0,18,160);

Menu5=new Array("CANDIDATES","#","",4,18,160);
	Menu5_1=new Array("Code of Ethics","code_ethics.html","",0,18,135);	
	Menu5_2=new Array("Bill of rights","bill_rights_cand.html","",0,18,135);	
	Menu5_3=new Array("Vacancies On line","offres.html","",0,18,135);	
	Menu5_4=new Array("On line registration","register.php","",0,18,135);	

Menu6=new Array("CLIENTS","#","",2,18,160);
	Menu6_1=new Array("Code of Ethics","code_ethics.html","",0,18,135);	
	Menu6_2=new Array("Bill of rights","bill_rights_client.html","",0,18,135);	

Menu7=new Array("THE TAPLOW GROUP","affiliation.html","",0,18,160);

Menu8=new Array("CAREERS","careers.php","",0,18,160);

Menu9=new Array("SURVEYS","#","",2,18,160);
	Menu9_1=new Array("What is a survey","surveys.html","",0,18,135);	
	Menu9_2=new Array("Surveys results","surveys_results.html","",0,18,135);