/***********************************************************************************
*	(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=6;			// Number of first level items

	//APPEARANCE
	var LowBgColor='';				// Background color when mouse is not over
	var HighBgColor='';				// Background color when mouse is over
	var FontLowColor='white';			// Font color when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var LowSubBgColor='#BECFE1';		// Background color when mouse is not over on subs
	var HighSubBgColor='#01584F';		// Background color when mouse is over on subs
	var FontSubLowColor='#01584F';		// Font color subs when mouse is not over
	var FontSubHighColor='#BECFE1';		// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="arial, helvetica, helv, verdana,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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;//.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;//.2;		// vertical overlap child/ parent
//StartTop for IE=-2 for FFox=-20
	var StartTop=77;  //-1;				// Menu offset x coordinate	//ignored when using frames/rows
	var StartLeft=59; //100-41--59//258			// Menu offset y coordinate
	var VerCorrect=0;			// Multiple frames y correction
	var HorCorrect=0;			// Multiple frames x correction

	var LeftPaddng=10;			// Left padding
	var TopPaddng=2;			// Top padding

	var FirstLineHorizontal=1;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;		// Frames in cols [1] or rows [0]

	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navigation';	// Frame where first level appears
	var SecLineFrame='body';		// Frame where sub levels appear
	var DocTargetFrame='body';		// Frame where target documents appear

var TargetLoc='startmenu';			// 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=['',5,10,'',10,5,'',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:nav/exsummary_off.gif:nav/exsummary_on.gif",	"exec_summary.asp","",0,31,136);

Menu2=new Array("rollover:nav/about_off.gif:nav/about_on.gif",	"about.asp","",3,31,79);
   Menu2_1=new Array("The Stratego Approach",		"approach.asp","",0,18,132);
//   Menu2_2=new Array("Sample Engagement Letter",		"pdf/ProposalMasterSidley2007Rev1.pdf","",0,32,132);
   Menu2_2=new Array("Management Team",		"team.asp","",0,18,132);
   Menu2_3=new Array("Speaking Engagements",		"speaking-engagements.asp","",0,18,132);

Menu3=new Array("rollover:nav/why_off.gif:nav/why_on.gif", "why_stratego.asp","",2,31,103);
   Menu3_1=new Array("Return & Payback Period",				"return_payback.asp","",0,18,150);
   Menu3_2=new Array("Social Responsibility Program",		"social-responsibility.asp","",0,40,150);

Menu4=new Array("rollover:nav/case_off.gif:nav/case_on.gif",	"casestudy.asp","",3,31,183);
   Menu4_1=new Array("by Industry",			"","",5,18,120);
	Menu4_1_1=new Array("Healthcare",			"casestudy_ind1.asp","",0,18,120);
	Menu4_1_2=new Array("Technology",			"casestudy_ind2.asp","",0,18,120);
	Menu4_1_3=new Array("Manufacturing",			"casestudy_ind3.asp","",0,18,120);
	Menu4_1_4=new Array("Professional Services",		"casestudy_ind4.asp","",0,18,120);
	Menu4_1_5=new Array("Other",				"casestudy_ind5.asp","",0,18,120);

   Menu4_2=new Array("by Function",			"","",5,18,132);
	Menu4_2_1=new Array("Health Insurance",				"casestudy_func1.asp","",0,18,150);
//	Menu4_2_2=new Array("Income Tax",			"casestudy_func2.asp","",0,18,120);
	Menu4_2_2=new Array("General Financing",			"casestudy_func3.asp","",0,18,120);
	Menu4_2_3=new Array("Business Insurance",			"casestudy_func4.asp","",0,18,120);
	Menu4_2_4=new Array("IT and Telecommunications",	"casestudy_func5.asp","",0,18,120);
	Menu4_2_5=new Array("Other",						"casestudy_func2.asp","",0,18,120);


   Menu4_3=new Array("Testimonials",			"testimonials.asp","",0,18,132);

Menu5=new Array("rollover:nav/faq_off.gif:nav/faq_on.gif",		"faq.asp","",0,31,55);

Menu6=new Array("rollover:nav/contact_off.gif:nav/contact_on.gif",	"contact.asp","",0,31,88);

