/***********************************************************************************
*	(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=7;			// Number of first level items
	var LowBgColor='#d00042';			// Background color when mouse is not over
	var LowSubBgColor='d00042';			// Background color when mouse is not over on subs
	var HighBgColor='#d00042';			// Background color when mouse is over
	var HighSubBgColor='#af093d';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#DA1E48';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Arial, Verdana, comic sans ms,technical"	// Font family menu items
	var FontSize=8;					// 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=0.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.2;			// vertical overlap child/ parent
	var StartTop=108;				// 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=5;				// 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=0;					// 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,'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.gif:Image2.gif"



Menu1=new Array("Company","","",3,28,130);
	Menu1_1=new Array("Company Profile","company.asp","",0,25,170);		
	Menu1_2=new Array("CEO's Profile","ceo.asp","",0,25,170);	
	Menu1_3=new Array("Careers","careers.asp","",0,25,170);	



Menu2=new Array("Services","","",3,28,130);
	Menu2_1=new Array("Training Programs","concept.asp","",3,22,180);
			Menu2_1_1=new Array("Educational Consulting","educonsulting.asp","",0,22,150);
			Menu2_1_2=new Array("Individual Consulting","indconsulting.asp","",12,22,150);
				Menu2_1_2_1=new Array("Creative Exploration","creativeexploration.asp","",0,22,180);
				Menu2_1_2_2=new Array("Intuitive Intelligence","intuiteintelligence.asp","",0,22,150);
				Menu2_1_2_3=new Array("Body & Mind Intelligence","bodymindintelligence.asp","",0,22,150);
				Menu2_1_2_4=new Array("Spatial Intelligence","spatialintelligence.asp","",0,22,150);
				Menu2_1_2_5=new Array("Personal Intelligence","personalintelligence.asp","",0,22,150);
				Menu2_1_2_6=new Array("People Intelligence","peopleintelligence.asp","",0,22,150);
				Menu2_1_2_7=new Array("Picture / Visual Intelligence","pictureintelligence.asp","",0,22,150);
				Menu2_1_2_8=new Array("Sensory Intelligence","sensoryintelligence.asp","",0,22,150);
				Menu2_1_2_9=new Array("Musical Intelligence","musicalintelligence.asp","",0,22,150);
				Menu2_1_2_10=new Array("Verbal Intelligence","verbalintelligence.asp","",0,22,150);
				Menu2_1_2_11=new Array("Logical Intelligence","logicalintelligence.asp","",0,22,150);
				Menu2_1_2_12=new Array("Technical Intelligence","technicalintelligence.asp","",0,22,150);
			
			Menu2_1_3=new Array("Corporate Consulting","corpconsulting.asp","",9,22,150);
				Menu2_1_3_1=new Array("Total People Intelligence","corporate_peopleintelligence.asp","",0,22,180);
				Menu2_1_3_2=new Array("Personal Intelligence","corporate_personalintelligence.asp","",0,22,180);
				Menu2_1_3_3=new Array("Body & Mind Intelligence","corporate_bodymindintelligence.asp","",0,22,180);
				Menu2_1_3_4=new Array("Intelligence Infinite","corporate_intinfinite.asp","",0,22,180);
				Menu2_1_3_5=new Array("Interpersonal Skills","corporate_interpersonal.asp","",0,22,180);
				Menu2_1_3_6=new Array("Interactive Communication","corporate_communication.asp","",0,22,180);
				Menu2_1_3_7=new Array("Innovation & creative Explosion","corporate_innovation.asp","",0,22,180);
				Menu2_1_3_8=new Array("Creative Problem Solving","corporate_problemsolving.asp","",0,22,180);
				Menu2_1_3_9=new Array("Body Language & Buyer Behaviour-Interactive Strategies","corporate_bodylanguage.asp","",0,45,180);



	Menu2_2=new Array("Cretho - Creating mind space","creativeconcept.asp","",4,22,150);
			Menu2_2_1=new Array("Profile of the Musician & Singer","singerprofile.asp","",0,22,220);
			
			Menu2_2_2=new Array("Themes  &  Designs","themesndesign.asp","",6,22,220);
				Menu2_2_2_1=new Array("Content Development","themesndesign.asp#content","",0,22,220);
				Menu2_2_2_2=new Array("Theme Calendars","themesndesign.asp#calendars","",0,22,220);
				Menu2_2_2_3=new Array("Theme Cabins ","themesndesign.asp#cabins","",0,22,220);
				Menu2_2_2_4=new Array("Theme Libraries ","themesndesign.asp#libraries","",0,22,220);
				Menu2_2_2_5=new Array("Conference Themes","themesndesign.asp#conference","",0,22,220);
				Menu2_2_2_6=new Array("Theme Diaries","themesndesign.asp#diaries","",0,22,220);

 

			Menu2_2_3=new Array("Branding &  Positioning","brandnposition.asp","",0,22,150);
			Menu2_2_4=new Array("Process &  Product break-through","processnproduct.asp","",0,22,150);


	Menu2_3=new Array("Personality school","personalityschool.asp","",6,22,150);
	Menu2_3_1=new Array("Assessment Center","ps_assessment.asp","",0,22,150);
	Menu2_3_2=new Array("Psychographic services","","",3,22,150);
			Menu2_3_2_1=new Array("Competency Mapping","ps_competencymapping.asp","",0,22,150);
			Menu2_3_2_2=new Array("What it can do","ps_what.asp","",0,22,150);
			Menu2_3_2_3=new Array("Recruitment Scanning","ps_recruitmentscan.asp","",0,22,150);
	Menu2_3_3=new Array("Competency Scan for Sportman ","ps_competencysport.asp","",0,35,150);
	Menu2_3_4=new Array("Marrital compatability","ps_marrital.asp","",0,22,150);
	Menu2_3_5=new Array("Personality Marriages","ps_personality.asp","",0,22,150);
	Menu2_3_6=new Array("Career Audit","ps_careeraudit.asp","",0,22,150);

 


 
Menu3=new Array("Publications","publishings.asp","",0,28,120);

Menu4=new Array("Clients","clients.asp","",0,28,125);

Menu5=new Array("FAQs","faqs.asp","",0,28,120);	

Menu6=new Array("Contact Us","contact.asp","",0,28,120);
Menu7=new Array("Home","index.asp","",0,28,60);

