/***********************************************************************************
*	(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
	var LowBgColor='#FCD003';			// Background color when mouse is not over
	var LowSubBgColor='#012C73';			// Background color when mouse is not over on subs
	var HighBgColor='#FCD003';			// Background color when mouse is over
	var HighSubBgColor='#FCD003';			// Background color when mouse is over on subs
	var FontLowColor='#012C73';			// Font color when mouse is not over
	var FontSubLowColor='#FCD003';			// Font color subs when mouse is not over
	var FontHighColor='#012C73';			// Font color when mouse is over
	var FontSubHighColor='#012C73';			// Font color subs when mouse is over
	var BorderColor='#FCD003';			// Border color
	var BorderSubColor='#012C73';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,times" // Font family menu items
	var FontSize=10;				// 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=0;				// Menu offset x coordinate
	var StartLeft=500;				// 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=0;				// 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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// 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 highlighted
	var Arrws=['',0,0,'',0,0,'',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"/ http://webpost.net/be/behnam/bullet_hl.gif

Menu1=new Array(" ","","",0,20,230);

Menu2=new Array("Business Performance Solutions","bps/index.htm","",4,20,230);
	Menu2_1=new Array("Business Management Systems","bps/bms.htm","",0,19,230);
	Menu2_2=new Array("Business Process Improvement","bps/bpi.htm","",0);
	Menu2_3=new Array("Performance Measures","bps/pm.htm","",0);
	Menu2_4=new Array("Change Management","bps/cm.htm","",0);

Menu3=new Array("Training Solutions","training/index.htm","",5,20,230);
	Menu3_1=new Array("Needs Assessment","training/na.htm","",0,19,230);
	Menu3_2=new Array("Training Plan","training/tp.htm","",0);
	Menu3_3=new Array("Measurement & Evaluation","training/m-e.htm","",0);
	Menu3_4=new Array("Business Performance Core Courses","training/bm-tc.htm","",0);
	Menu3_5=new Array("Public Course Calendar","training/pc-calendar.htm","",0);

Menu4=new Array("Measurement Assurance Solutions","mas/index.htm","",4,20,230);
	Menu4_1=new Array("Metrology Assessments","mas/ma.htm","",0,19,230);
	Menu4_2=new Array("Process Measurement Assurance Program","mas/pmap.htm","",6,19,140);
		Menu4_2_1=new Array("Course Calendar","mas/pmap/calendar.htm","",0,19,140);
		Menu4_2_2=new Array("Advantages","mas/pmap/advantages.htm","",0);
		Menu4_2_3=new Array("Software Requirements","mas/pmap/software.htm","",0);
		Menu4_2_4=new Array("FREE Demo","mas/pmap/freedemo.htm","",0);
		Menu4_2_5=new Array("To Order PMAP Software","mas/pmap/order.htm","",0);
		Menu4_2_6=new Array("Frequently Asked Questions","mas/pmap/faq.htm","",0);
	Menu4_3=new Array("Calibration Systems","mas/cs.htm","",0);
	Menu4_4=new Array("Consulting","mas/c.htm","",0);
	
Menu5=new Array("Insights","insights/index.htm","",0,20,230);

Menu6=new Array("Clients","clients/index.htm","",0,20,230);