/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/


	var NoOffFirstLineMenus=7;				// Number of first level items
	var LowBgColor='#FFFFFF';				// Background color when mouse is not over
	var LowSubBgColor='#F7F6F5';			// Background color when mouse is not over on subs
	var HighBgColor='#FFFFFF';				// Background color when mouse is over
	var HighSubBgColor='#F7EDC6';			// Background color when mouse is over on subs
	var FontLowColor='666666';				// Font color when mouse is not over
	var FontSubLowColor='#333333';			// Font color subs when mouse is not over
	var FontHighColor='#990000';			// Font color when mouse is over
	var FontSubHighColor='#4E5F6F';			// Font color subs when mouse is over
	var BorderColor='#666666';				// Border color
	var BorderSubColor='#cccccc';				// Border color for subs
	var BorderWidth=1;						// Border width
	var BorderBtwnElmnts=0;					// Border between elements 1 or 0
	var FontFamily="Arial"					// 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=334;						// 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=14;						// Left padding
	var TopPaddng=7;						// 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=500;				// 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=0;						// Uses arrow gifs when 1
	var KeepHilite=1;						// Keep selected path highligthed
//	var Arrws=['tri.gif',0,0,'tridown.gif',10,5,'trileft.gif',0,0];	// 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("ABOUT US","#","",5,25,80);
	Menu1_1=new Array("Corporate Backgrounder","html/about_1.html","_self",0,20,142);
	Menu1_2=new Array("Our CEO","html/about_2.html","_self",0,20,142);	
	Menu1_3=new Array("Our Reach","html/about_3.html","_self",0,20,142);
	Menu1_4=new Array("Our Group Companies","html/about_4.html","_self",0,20,142);
	Menu1_5=new Array("Why Choose Us","html/about_5.html","_self",0,20,142);


Menu2=new Array("SERVICES","#","",3,25,80);
	Menu2_1=new Array("Building Markets & Mindshare","html/services_1.html","_self",0,20,160);
	Menu2_2=new Array("Building Brand Equity","html/services_2.html","_self",0,20,115);
	Menu2_3=new Array("Crisis Management","html/services_3.html","_self",0,20,115);	
	

Menu3=new Array("PRACTICES","#","",2,25,80);
	Menu3_1=new Array("Technology Practice","html/practices_1.html","_self",0,20,130);
	
	Menu3_2=new Array("Lifestyle Practice","html/practices_3.html","_self",0,20,130);
	

/*
Menu4=new Array("DIFFERENTIATORS","html/differentiators_1.html","_self",0,25,96);
	Menu4_1=new Array("Strong Domain Knowledge","html/differentiators_1.html","_self",0,20,125);
	Menu4_2=new Array("Young, Enthusiastic Team","html/differentiators_2.html","_self",0,20,125);
	Menu4_3=new Array("Experienced & Committed","html/differentiators_3.html","_self",0,20,125);
	Menu4_4=new Array("Creative & Proactive","html/differentiators_4.html","_self",0,20,125);
	Menu4_5=new Array("Excellent Relationship with Media & Analysts","html/differentiators_5.html","_self",0,30,125);
*/

Menu4=new Array("CASE STUDIES","html/casestudies_1.html","_self",0,25,82);


Menu5=new Array("CLIENT LIST","html/clientlist_1.html","_self",0,25,80);


Menu6=new Array("CAREERS","#","",3,25,80);
	Menu6_1=new Array("Full Time Employment Opportunities","html/careers_1.html","_self",0,30,140);
	Menu6_2=new Array("Internship Opportunities","html/careers_2.php","_self",0,20,140);
	Menu6_3=new Array("Submit Your Resume","html/careers_3.php","_self",0,20,140);	


Menu7=new Array("FAN CLUB","html/fanclub.html","_self",0,25,80);
