/*	(c) Ger Versluis 2000 version 5 9 October 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='003B76';			// Background color when mouse is not over
	var LowSubBgColor='004993';			// Background color when mouse is not over on subs
	var HighBgColor='0065A7';			// Background color when mouse is over
	var HighSubBgColor='0065A7';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='3876B5';			// Border color
	var BorderSubColor='3876B5';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=7;				// 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' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=94;				// 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=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// 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

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/index12.php","",0,15,40);

Menu2=new Array("Articles","/index12.php?page=articles.html","",0,20,50);

Menu3=new Array("Speech Topics","/index12.php?page=speech.html","",3,15,85);

	Menu3_1=new Array("Sales","/index12.php?page=sales.html","",4,15,90);
	Menu3_2=new Array("Leadership & Mangament","/index12.php?page=leadership.html","",2,25,90);
	Menu3_3=new Array("Motivational","/index12.php?page=connection.html","",1,15,90);

	//start sales sub-menu

	Menu3_1_1=new Array("How To Read Your Customer's (or Client's) Mind ","/index12.php?page=read.html","",0,30,175);
	Menu3_1_2=new Array("Peak Performance: How to increase your business by 70%","/index12.php?page=peak.html","",0,30,150);
	Menu3_1_3=new Array("Sales Magic: How to sell in the new Millennium","/index12.php?page=magic.html","",0,30,75);
	Menu3_1_4=new Array("Marketing to the Affluent: How to find them and how to sell to them","/index12.php?page=market.html","",0,40,150);
					
	//end sales sub-menu

	//start Leadership sub-menu

	Menu3_2_1=new Array("Management Magic: How to get people to produce","/index12.php?page=management.html","",0,30,175);
	Menu3_2_2=new Array("How to Recruit, Hire and Retain Great People","/index12.php?page=recruit.html","",0,30,150);

	//end leadership sub-menu

	// start Motivational sub-menu

	Menu3_3_1=new Array("The Trust Connection: Mastering the art of business relationships","/index12.php?page=connection.html","",0,30,175);

	//end Motivational sub-menu

		
Menu4=new Array("Testimonials","/index12.php?page=testimon.html","",0,20,83);
		
Menu5=new Array("Client List","/index12.php?page=client.html","",0,20,70);
	
Menu6=new Array("Meeting Info","#","",5,20,83);
		Menu6_1=new Array("Calander","javascript:NewWin=window.open('http://www.calsplus.com/kerryjohnson','NWin');window['NewWin'].focus()","",0,15,80);
		Menu6_2=new Array("Biography","/index12.php?page=bio.html","",0,15,75);
		Menu6_3=new Array("Introduction","/index12.php?page=intro.html","",0,15,75);
		Menu6_4=new Array("Room and A/V Setup","/index12.php?page=av.html","",0,25,75);
		Menu6_5=new Array("Pre-Program Questionnaire","/index12.php?page=quest.html","",0,27,75);

Menu7=new Array("Newsletter","/index12.php?page=news.html","",0,20,65);
		

Menu8=new Array("Products","http://www.kerryjohnson.com/newstore/catalog/catalog/default.php","",0,20,65);
		Menu8_1=new Array("Audio","https://cypress.he.net/~kjips/store/store.php3?item_category=2","",0,15,90);
		Menu8_2=new Array("Video","https://cypress.he.net/~kjips/store/store.php3?item_category=3","",0,15,90);
		Menu8_3=new Array("Books","https://cypress.he.net/~kjips/store/store.php3?item_category=4","",0,15,90);

Menu9=new Array("Sales Excellence Series","/index12.php?page=pro.html","",0,20,130);
		
Menu10=new Array("Coaching","/index12.php?page=coaching.php","",0,20,50);