﻿/***********************************************************************************
*	(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=12;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='#D2DFED';			// Background color when mouse is not over on subs
	var HighBgColor='#D2DFED';			// Background color when mouse is over
	var HighSubBgColor='#3D6797';			// Background color when mouse is over on subs
	var FontLowColor='#969696';			// Font color when mouse is not over
	var FontSubLowColor='#3D6797';			// Font color subs when mouse is not over
	var FontHighColor='#3D6797';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,verdana,technical"	// Font family menu items
	var FontSize=7.5;				// 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=-.005;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=72;				// Menu offset x coordinate
	var StartLeft=35;				// 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=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=250;			// 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=1;				// 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=['media/img_nav_arrow_a.gif',12,8,'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}

function pop_open(link, width, height)
{
  var winner = window.open(link,"HumanPerformanceInstitute","toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width="+width+",height="+height);
}


// 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("Home","index.html","",0,20,182);

Menu2=new Array("Energy for Performance Training","training.html","",3);
	Menu2_1=new Array("Executive Course","training-ec.html","",0,20,150);	
	Menu2_2=new Array("Client-led Course","training-fc.html","",0);
	Menu2_3=new Array("Keynotes","training-keynotes.html","",0);
	
Menu3=new Array("Corporate Athlete Community","javascript:top.location.href='resource.html'","",1);
	Menu3_1=new Array("Message Board","messageboard_popup.html","",0,20,140);


Menu4=new Array("About Us","aboutus.html","",4);
	Menu4_1=new Array("History","au_history.html","",0,20,150);
	Menu4_2=new Array("Leadership","au_leadership.html","",0,20,150);
	Menu4_3=new Array("Partners","au_partners.html","",0,20,150);
	Menu4_4=new Array("Career Opportunities","au_career.html","",0,20,150);
		

Menu5=new Array("Client Testimonials","testimonials.html","",0);
	

Menu6=new Array("The Power of Full Engagement Book","javascript:top.location.href='book_PFE.html'","",0);
	
	
Menu7=new Array("Assessment Tools","javascript:top.location.href='assessment.html'","",3);
	Menu7_1=new Array("Free Profile","assessment_profile.html","",0,20,140);
	Menu7_2=new Array("Self Profile","assessment_diagnostic.html","",0,20,140);
	Menu7_3=new Array("360 Profile","assessment_360.html","",0,20,140);
	

	
Menu8=new Array("Products","/store","",3);
	Menu8_1=new Array("Books","/store/home.php?cat=6","",0,20,140);
	Menu8_2=new Array("Audio CDs","/store/home.php?cat=9","",0,20,140);
	//Menu8_3=new Array("Client-led Training","/store/product.php?productid=28&cat=9&page=1","",0,20,140);
	Menu8_3=new Array("Assessment Tools","/store/home.php?cat=3","",0,20,140);
	
Menu9=new Array("Press","javascript:top.location.href='press.html'","",0);
	Menu9_1=new Array("Featured Stories","press_featured.html","",0,20,140);
	
	
Menu10=new Array("Sports Training","javascript:top.location.href='sports_training.html'","",3);
	Menu10_1=new Array("Tennis Programs","sports_training_tennis.html","",0,20,140);
	Menu10_2=new Array("Sports Specific Training","sports_training_sst.html","",0,20,140);
	Menu10_3=new Array("In The News","sports_training_news.html","",0,20,140);

	
	
	
Menu11=new Array("Legal","javascript:top.location.href='legal.html'","",0);
	
	
Menu12=new Array("Contact Us","javascript:top.location.href='contact.html'","",0);

	
