	var NoOffFirstLineMenus=2;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='red';			// Background color when mouse is over
	var HighSubBgColor='red';			// Background color when mouse is over on subs
	var FontLowColor='blue';			// Font color when mouse is not over
	var FontSubLowColor='blue';			// Font color subs when mouse is not over
	var FontHighColor='yellow';			// Font color when mouse is over
	var FontSubHighColor='yellow';			// Font color subs when mouse is over
	var BorderColor='blue';			// Border color
	var BorderSubColor='blue';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// Font family menu items
	var FontSize=9;				// 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='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=100;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// 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=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='';				// 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=['tri.gif',5,10,'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.jpg:Image2.jpg"

Menu1=new Array("Home","main.html","",0,20,120);
//Menu2=new Array("What is The Training Stable?","","",1,35,120);
//Menu2_1=new Array("Coming Soon", "", "", 0, 20, 120);
Menu2=new Array("Forums","/forum/","",0,20,120);
//Menu4=new Array("Videos","","",3);
//Menu4_1=new Array("Men\'s Nationals 2007", "", "",3,20,120);
//Menu4_1_1=new Array("Squat 1","/videos/2007_mens_nationals_1st_squat.mov", "", 0, 20, 120);
//Menu4_1_2=new Array("Squat 2","/videos/2007_mens_nationals_2nd_squat.mov", "", 0, 20, 120);
//Menu4_1_3=new Array("Squat 3","/videos/2007_mens_nationals_3rd_squat.mov", "", 0, 20, 120);
//Menu4_1_3=new Array("Bench 1","/videos/mn_bench_1.avi", "", 0, 20, 120);
//Menu4_1_4=new Array("Bench 2","/videos/mn_bench_2.avi", "", 0, 20, 120);
//Menu4_2=new Array("Quest Invitational", "" , "", 4, 35, 120);
//Menu4_2_1=new Array("815lb Squat", "/videos/mm815squat.mpg", "", 0, 20, 120);
//Menu4_2_2=new Array("832lb Squat", "/videos/mm832squat.mpg", "", 0, 20, 120);
//Menu4_2_3=new Array("699lb Deadlift", "/videos/Video-MikeMastrean-DL1.mpg", "", 0, 20, 120);
//Menu4_2_4=new Array("733lb Deadlift", "/videos/Video-MikeMasteran-DL_2.mpg", "", 0, 20, 120);
//Menu4_3=new Array("American Open", "", "", 2, 20, 120);
//Menu4_3_1=new Array("799lb Squat(Weight slips miss)", "/videos/Picture002.avi", "", 0, 60, 120);
//Menu4_3_2=new Array("799lb Squat(3rd Attempt made)", "/videos/Picture003.avi", "", 0, 60, 120);
//Menu5=new Array("Pictures", "", "", 1, 20, 120);
//Menu5_1=new Array("Coming Soon", "", "", 0, 20, 120);
//Menu6=new Array("Articles", "", "", 1, 20, 120);
//Menu6_1=new Array("Coming Soon", "", "", 0, 20, 120);
//Menu3=new Array("Members","","",0,20,120);
//	Menu3_1=new Array("Find a Group","http://javascript.internet.com","",8,20,120);
//		Menu3_1_1=new Array("Scotland","http://javascript.internet.com","",0,20,110);
//		Menu3_1_2=new Array("Northeast","http://javascript.internet.com","",0);
//		Menu3_1_3=new Array("Northwest","http://javascript.internet.com","",0);
//		Menu3_1_4=new Array("East","http://javascript.internet.com","",0);
//		Menu3_1_5=new Array("Midlands","http://javascript.internet.com","",0);
//		Menu3_1_6=new Array("Southwest","http://javascript.internet.com","",0);
//		Menu3_1_7=new Array("Central","http://javascript.internet.com","",0);
//		Menu3_1_8=new Array("Southeast","http://javascript.internet.com","",0);
//	Menu3_2=new Array("Overseas","http://javascript.internet.com","",0);
//	Menu3_3=new Array("Interest Groups","http://javascript.internet.com","",0);
//	Menu3_4=new Array("Members\' Area","http://javascript.internet.com","",0);
//	Menu3_5=new Array("Media","","",3);
//		Menu3_5_1=new Array("Magazine","http://javascript.internet.com","",0,20,120);
//		Menu3_5_2=new Array("Newsletter","http://javascript.internet.com","",0);
//		Menu3_5_3=new Array("Annual Report","http://javascript.internet.com","",0);

//Menu4=new Array("Events","","",3);
//	Menu4_1=new Array("Timetable","http://javascript.internet.com","",0,20,140);
//	Menu4_2=new Array("Conferences","http://javascript.internet.com","",3);
//		Menu4_2_1=new Array("York","http://javascript.internet.com","",0,20,110);
//		Menu4_2_2=new Array("Guildford","http://javascript.internet.com","",0);
//		Menu4_2_3=new Array("Nottingham","http://javascript.internet.com","",0);
//	Menu4_3=new Array("Treasure Trail","http://javascript.internet.com","",0);	

//Menu5=new Array("Resources","","",5);
//	Menu5_1=new Array("Forms","http://javascript.internet.com","",0,20,140);
//	Menu5_2=new Array("Programme Research","http://javascript.internet.com","",0,30,140);
//	Menu5_3=new Array("Research Bank","http://javascript.internet.com","",0,20,140);
//	Menu5_4=new Array("Members\' Area","http://javascript.internet.com","",5);
///		Menu5_4_1=new Array("Chat","http://javascript.internet.com","",0,20,120);
//		Menu5_4_2=new Array("Links","http://javascript.internet.com","",0);
//		Menu5_4_3=new Array("Web Research", "http://javascript.internet.com","",0);
//		Menu5_4_4=new Array("Group Sites","http://javascript.internet.com","",0);
//		Menu5_4_5=new Array("NWR Webspace","http://javascript.internet.com","",0);
//	Menu5_5=new Array("NWR logos","logos.htm","",0);
	
//Menu6=new Array("Contact Us","","",3);
//	Menu6_1=new Array("Guestbook","http://www.theguestbook.com","",0,20,120);
//	Menu6_2=new Array("Forums","http://forums.webdeveloper.com/forumdisplay.php?s=&forumid=3","",0);
//	Menu6_3=new Array("Webmaster","http://javascript.internet.com","",0);
	
