/***********************************************************************************
*	(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=5;			// Number of first level items
	var LowBgColor='F1F0E7';				// Background color when mouse is not over
	var LowSubBgColor='F1F0E7';			// Background color when mouse is not over on subs
	var HighBgColor='F1F0E7';			// Background color when mouse is over
	var HighSubBgColor='F9F9F9';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='D0CCB0';			// Border color
	var BorderSubColor='D0CCB0';			// 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=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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;					// 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=5;				// Left padding
	var TopPaddng=2;				// 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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='tmi';				// 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


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("We Are","#","",3,18, 150);
Menu1_1=new Array("Genesis","../we_are/genesis.htm","",0,18, 150);
Menu1_2=new Array("Business Philosophy","../we_are/our_busi.htm","",0,18, 125);
Menu1_3=new Array("Products & Services","#","",2,18,125);
Menu1_3_1=new Array("TMI","../we_are/tmi_net.htm","",0,18,75);
Menu1_3_2=new Array("C&K","../we_are/cnk_pro.htm","",0,18,75); 

Menu2=new Array("Our View","#","",3,18, 150);
Menu2_1=new Array("Vision & Mission","../our_view/vision.htm","",0,18, 150);
Menu2_2=new Array("Values","../our_view/values.htm","",0,18);
Menu2_3=new Array("2-Year commitment ","../our_view/year2.htm","",0,18);	

Menu3=new Array("Inside Life","#","",5,18, 158);
Menu3_1=new Array("Culture","../inside_life/culture.htm","",0,18, 180);
Menu3_2=new Array("People","../inside_life/people.htm","",0,18);
Menu3_3=new Array("What Current Employees Say","../inside_life/cur_emp.htm","",0,18);
Menu3_4=new Array("What Ex-Employees Say","../inside_life/ex_emp.htm","",0,18);
Menu3_5=new Array("Benefits","../inside_life/benfits.htm","",0,18);


Menu4=new Array("Vital Stats","#","",5,18, 150);
Menu4_1=new Array("Top People","../vital_status/top_people.htm","",0,18, 150);
//Menu4_2=new Array("Key Financials","#","",2,18, 125);
//Menu4_2_1=new Array("TMI","../vital_status/key_fs.htm","",0,18,75);
//Menu4_2_2=new Array("C&K","../vital_status/key_fs_cnk.htm","",0,18,75);
Menu4_2=new Array("Alliances","../vital_status/alnc.htm","",0,18);
Menu4_3=new Array("The Growth","#","",2,18,125);
Menu4_3_1=new Array("TMI","../vital_status/growth.htm","",0,18,75);
Menu4_3_2=new Array("C&K","../vital_status/growth_cnk.htm","",0,18,75);
Menu4_4=new Array("The Reach","#","",2,18,125);
Menu4_4_1=new Array("TMI","../vital_status/reach.htm","",0,18,75);
Menu4_4_2=new Array("C&K","inner/vital_status/reach_cnk.htm","",0,18,75);
Menu4_5=new Array("C&K","../vital_status/reach_cnk.htm","",0,18,75);

Menu5=new Array("Careers","#","",5,18, 150);
Menu5_1=new Array("Our Offer","../why_us/our_offer.htm","",0,18, 150);
Menu5_2=new Array("Hot Jobs","#","",2,18,125);
Menu5_2_1=new Array("TMI","../jobsearch/tmi.htm","",0,18,75);
Menu5_2_2=new Array("C&K","../jobsearch/cnk.htm","",0,18,75);
Menu5_3=new Array("Top Ten Reasons","../inner/top_reasons.htm","",0,18,125);
Menu5_4=new Array("FAQs","../inner/faqs.htm","",0,18,125);
Menu5_5=new Array("Join Us","../jobsearch/join.asp","",0,18,125);