/***********************************************************************************
*	(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=9;			// 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='ff0000';			// Background color when mouse is over
	var HighSubBgColor='ff0000';			// Background color when mouse is over on subs
	var FontLowColor='ff0000';			// Font color when mouse is not over
	var FontSubLowColor='ff0000';			// 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='ff0000';			// Border color
	var BorderSubColor='ff0000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// 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=218;				// Menu offset x coordinate
	var StartLeft=43;				// 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 highligthed
	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","http://www.fiteracing.com","",0,20,138);

Menu2=new Array("Cole Fite","Cole Fite.htm","",0,20,138);

Menu3=new Array("About Myself","About Myself.htm","",0);

Menu4=new Array("Race Reports","http://www.fiteracing.com","",5,20,138);
    Menu4_1=new Array("2010 Race Reports","http://www.fiteracing.com","",1,20,150);
    Menu4_2=new Array("2009 Race Reports","http://www.fiteracing.com","",8,20,150);
	Menu4_3=new Array("2008 Race Reports","http://www.fiteracing.com","",9,20,150);
	Menu4_4=new Array("2007 Race Reports","http://www.fiteracing.com","",8,20,150);
	Menu4_5=new Array("2006 Race Reports","http://www.fiteracing.com","",19,20,150);
	
	Menu4_1_1=new Array("Race Report 1","Race Report 62.htm","",0,20,150);
	
	Menu4_2_1=new Array("Race Report 1","Race Report 54.htm","",0,20,150);
	Menu4_2_2=new Array("Race Report 2","Race Report 55.htm","",0,20,150);
	Menu4_2_3=new Array("Race Report 3","Race Report 56.htm","",0,20,150);
	Menu4_2_4=new Array("Race Report 4","Race Report 57.htm","",0,20,150);
	Menu4_2_5=new Array("Race Report 5","Race Report 58.htm","",0,20,150);
	Menu4_2_6=new Array("Race Report 6","Race Report 59.htm","",0,20,150);
	Menu4_2_7=new Array("Race Report 7","Race Report 60.htm","",0,20,150);
	Menu4_2_8=new Array("Race Report 8","Race Report 61.htm","",0,20,150);
	
	
      Menu4_3_1=new Array("Race Report 1","Race Report 45.htm","",0,20,150);
      Menu4_3_2=new Array("Race Report 2","Race Report 46.htm","",0,20,150);
      Menu4_3_3=new Array("Race Report 3","Race Report 47.htm","",0,20,150);
      Menu4_3_4=new Array("Race Report 4","Race Report 48.htm","",0,20,150);
      Menu4_3_5=new Array("Race Report 5","Race Report 49.htm","",0,20,150);
      Menu4_3_6=new Array("Race Report 6","Race Report 50.htm","",0,20,150);
      Menu4_3_7=new Array("Race Report 7","Race Report 51.htm","",0,20,150);
      Menu4_3_8=new Array("Race Report 8","Race Report 52.htm","",0,20,150);
      Menu4_3_9=new Array("Race Report 9","Race Report 53.htm","",0,20,150);
	
         Menu4_4_1=new Array("Race Report 1","Race Report 37.htm","",0,20,150);
         Menu4_4_2=new Array("Race Report 2","Race Report 38.htm","",0,20,150);
         Menu4_4_3=new Array("Race Report 3","Race Report 39.htm","",0,20,150);
         Menu4_4_4=new Array("Race Report 4","Race Report 40.htm","",0,20,150);
         Menu4_4_5=new Array("Race Report 5","Race Report 41.htm","",0,20,150);
         Menu4_4_6=new Array("Race Report 6","Race Report 42.htm","",0,20,150);
         Menu4_4_7=new Array("Race Report 7","Race Report 43.htm","",0,20,150);
         Menu4_4_8=new Array("Race Report 8","Race Report 44.htm","",0,20,150);

	            Menu4_5_1=new Array("Race Report 1","Race Report 18.htm","",0,20,150);
	            Menu4_5_2=new Array("Race Report 2","Race Report 19.htm","",0);
	            Menu4_5_3=new Array("Race Report 3","Race Report 20.htm","",0);
	            Menu4_5_4=new Array("Race Report 4","Race Report 21.htm","",0);
	            Menu4_5_5=new Array("Race Report 5","Race Report 22.htm","",0);
	            Menu4_5_6=new Array("Race Report 6","Race Report 23.htm","",0);
				Menu4_5_7=new Array("Race Report 7","Race Report 24.htm","",0);
				Menu4_5_8=new Array("Race Report 8","Race Report 25.htm","",0);
				Menu4_5_9=new Array("Race Report 9","Race Report 26.htm","",0);
				Menu4_5_10=new Array("Race Report 10","Race Report 27.htm","",0);
				Menu4_5_11=new Array("Race Report 11","Race Report 28.htm","",0);
				Menu4_5_12=new Array("Race Report 12","Race Report 29.htm","",0);
				Menu4_5_13=new Array("Race Report 13","Race Report 30.htm","",0);
				Menu4_5_14=new Array("Special Report","Race Report 31.htm","",0);
				Menu4_5_15=new Array("Race Report 14","Race Report 32.htm","",0);
				Menu4_5_16=new Array("Race Report 15","Race Report 33.htm","",0);
				Menu4_5_17=new Array("Race Report 16","Race Report 34.htm","",0);
				Menu4_5_18=new Array("Race Report 17","Race Report 35.htm","",0);
 			    Menu4_5_19=new Array("Race Report 18","Race Report 36.htm","",0);

Menu5=new Array("Race Results","http://www.fiteracing.com","",7);
    Menu5_1=new Array("2010","Race Results 2010.htm","",0,20,180);
	Menu5_2=new Array("2009","Race Results 2009.htm","",0,20,180);
	Menu5_3=new Array("2008","Race Results 2008.htm","",0);
	Menu5_4=new Array("2007","Race Results 2007.htm","",0);
	Menu5_5=new Array("2006","Race Results 2006.htm","",0);
	Menu5_6=new Array("2005","Race Results1.htm","",0);
	Menu5_7=new Array("2004","Race Results 2004.htm","",0);
	
Menu6=new Array("Photos","http://www.fiteracing.com","",5,20,138);

    Menu6_1=new Array("2009 Photos","http://www.fiteracing.com","",7,20,150);
    Menu6_2=new Array("2008 Photos","http://www.fiteracing.com","",7,20,150);
	Menu6_3=new Array("2007 Photos","http://www.fiteracing.com","",10,20,150);
	Menu6_4=new Array("2006 Photos","http://www.fiteracing.com","",20,20,150);
	Menu6_5=new Array("2005 Photos","http://www.fiteracing.com","",8,20,150);
	Menu6_6=new Array("2004 Photos","http://www.fiteracing.com","",3,20,150);	
	
	 Menu6_1_1=new Array("WORCS Rnd.2","WORCSrnd2/index.htm","",0,20,150);
	 Menu6_1_2=new Array("WORCS Rnd.3","09worcs3/index.htm","",0,20,150);
	 Menu6_1_3=new Array("WORCS Rnd.4","WORCS409/index.htm","",0,20,150);
	 Menu6_1_4=new Array("WORCS Rnd.5","WORCS509/index.htm","",0,20,150);
	 Menu6_1_5=new Array("WORCS Rnd.6","09worcs6/index.htm","",0,20,150);
	 Menu6_1_6=new Array("WORCS Rnd.7","WORCSrnd809/index.htm","",0,20,150);
	 Menu6_1_7=new Array("WORCS Rnd.8","WORCSrnd709/index.htm","",0,20,150);
	 
	 
	 Menu6_2_1=new Array("WORCS Rnd.1","WORCS 108/index.htm","",0,20,150);
	 Menu6_2_2=new Array("WORCS Rnd.2","WORCS 208/index.htm","",0,20,150);
	 Menu6_2_3=new Array("WORCS Rnd.3","WORCS 3 08/index.htm","",0,20,150);
	 Menu6_2_4=new Array("Hannegan Speedway","Fite Hannegan 2008/index.htm","",0,20,150);
	 Menu6_2_5=new Array("WORCS Rnd.5","Rnd 5/index.htm","",0,20,150);
	 Menu6_2_6=new Array("WORCS Rnd.6","Fite 2008 rnd 6/index.htm","",0,20,150);
	 Menu6_2_7=new Array("RacinPics 2008","RacinPics 2008/index.htm","",0,20,150);
	
	   Menu6_3_1=new Array("WORCS Rnd.1","Speed2007/index.htm","",0,20,150);
	   Menu6_3_2=new Array("WORCS Rnd.2","Racetown2007/index.htm","",0,20,150);
	   Menu6_3_3=new Array("WORCS Rnd.3","WORCS 3 2007/index.htm","",0,20,150);
	   Menu6_3_4=new Array("WORCS Rnd.5","WORCS 5 2007/index.htm","",0,20,150);
	   Menu6_3_5=new Array("WORCS Rnd.6","WORCS 6 2007/index.htm","",0,20,150);
	   Menu6_3_6=new Array("WORCS Rnd.7","WORCS 7 2007/index.htm","",0,20,150);
	   Menu6_3_7=new Array("WORCS Rnd.8","WORCS 8 2007/index.htm","",0,20,150);
	   Menu6_3_8=new Array("Hannegan Speedway","Han07/index.htm","",0,20,150);
	   Menu6_3_9=new Array("WORCS Rnd.9","Pismo07/index.htm","",0,20,150);
	   Menu6_3_10=new Array("WORCS Rnd.10","Taft07/index.htm","",0,20,150);
	   
	
		Menu6_4_1=new Array("CA Racing/Vacation","Cal.%20Vacation/index.htm","",0,20,150);
		Menu6_4_2=new Array("WORCS Rnd. 2","WORCS%202%2011%2006/index.htm","",0,20,150);
		Menu6_4_3=new Array("RMC 1-28-06","RMC%201%2028%2006/index.htm","",0,20,150);
		Menu6_4_4=new Array("RMC 3-3-06","RMC%203%203%2006/index.htm","",0,20,150);
		Menu6_4_5=new Array("Oakwood 3-4-06","Oakwood%203%204%2006/index.htm","",0,20,150);
		Menu6_4_6=new Array("Oakwood 3-5-06","Oakwwod%203%205%2006/index.htm","",0,20,150);
		Menu6_4_7=new Array("Oakwood 4-19-06","Oakwood%204%2019/index.htm","",0,20,150);
		Menu6_4_8=new Array("ATVA GNC Nat. Rnd. 1","QNC Rnd 1/index.htm","",0,20,150);
		Menu6_4_9=new Array("Horn Rapids","Horn Rapids/index.htm","",0,20,150);
		Menu6_4_10=new Array("Hannegan Speedway","Cole Hannegan 06/index.htm","",0,20,150);
		Menu6_4_11=new Array("NWQN Pac. Raceway","Pacific%20Jun%2011/index.htm","",0,20,150);
		Menu6_4_12=new Array("NWQN Goldendale","July9gold/index.htm","",0,20,150);
		Menu6_4_13=new Array("Hannegan Speedway","Han%20Matt/index.htm","",0,20,150);
		Menu6_4_14=new Array("NWQN Crash","Crash%20Cole/index.htm","",0,20,150);
		Menu6_4_15=new Array("NWQN Hannegan","Matt%20NWQN/index.htm","",0,20,150);
		Menu6_4_16=new Array("WORCS Rnd. 5","WORCS%20ClayPeak/index.htm","",0,20,150);
		Menu6_4_17=new Array("WORCS Rnd. 6","WORCS%20Washougal/index.htm","",0,20,150);
		Menu6_4_18=new Array("Watkins Fundraiser","Watkins Fundraiser/index.htm","",0,20,150);
		Menu6_4_19=new Array("NWQN Pac. Raceway","NWQN Oct.29/index.htm","",0,20,150);
		Menu6_4_20=new Array("WORCS Rnd.9","Pismo 2006/index.htm","",0,20,150);
		

				Menu6_5_1=new Array("Glen Helen Raceway","Photo's 2.htm","",0,20,150);
		        Menu6_5_2=new Array("Gold Star","Photo's 5.htm","",0);
		        Menu6_5_3=new Array("Hannegan Speedway","Photo's%206.htm","",0);
		        Menu6_5_4=new Array("My Racing Friends","Photos%207.htm","",0);
		        Menu6_5_5=new Array("Matt Dillon 2005","Photo's%208.htm","",0);
		        Menu6_5_6=new Array("Matt Dillon","Matt%20galery/index.htm","",0);
		        Menu6_5_7=new Array("Lynnette Anderson","Lynnette%20galery/index.htm","",0);
		        Menu6_5_8=new Array("WORCS Round 7","WORCS%20galery/index.htm","",0);
		        
		              Menu6_6_1=new Array("Hannegan Speedway ","Hannegan Photo's.htm","",0,20,150);
		              Menu6_6_2=new Array("Payette ID Clay Peaks MX","Photo's%203.htm","",0);
		              Menu6_6_3=new Array("2004 Matt Dillon","Photo's%204.htm","",0);

		        

Menu7=new Array("Video","http://www.fiteracing.com","",3,20,138);
    Menu7_1=new Array("2008 Video","blank.htm","",2,20,150);
	Menu7_2=new Array("2006 Video","blank.htm","",5,20,150);
	Menu7_3=new Array("2005 Video","blank.htm","",10,20,150);
	
	 Menu7_1_1=new Array("WORCS 2008","Cole_WORCS08.htm","",0,20,150);
	 Menu7_1_2=new Array("NWQN 2008","Cole_NWQN08.htm","",0,20,150);


		Menu7_2_1=new Array("Rhino Race","Video%2006/Rino%20race1.wmv","",0,20,150);
		Menu7_2_2=new Array("Interview","Video 06/Cole Interview.wmv","",0,20,150);
		Menu7_2_3=new Array("Pacific Raceway","Video 06/Race 1.wmv","",0,20,150);
		Menu7_2_4=new Array("WORCS Rnd 6","Video 06/Washougal.wmv","",0,20,150);
		Menu7_2_5=new Array("Joe Byrd School","Video 06/Class.wmv","",0,20,150);

				Menu7_3_1=new Array("Glen Helen","Video%20file/Cole_1.wmv","",0,20,150);
		        Menu7_3_2=new Array("Eddieville","Video%20file/Cole%202.wmv","",0);
		        Menu7_3_3=new Array("Oakwood","Video%20file/Cole3.wmv","",0);
		        Menu7_3_4=new Array("Hannegan Speedway","Video%20file/Cole4.wmv","",0);
		        Menu7_3_5=new Array("Horn Rapids","Video%20file/Cole5.wmv","",0);
		        Menu7_3_6=new Array("Clay Peaks","Video%20file/Cole6.wmv","",0);
		        Menu7_3_7=new Array("Glen Helen","Video%20file/Cole7.wmv","",0);
		        Menu7_3_8=new Array("Kory Ellis School","Video%20file/Cole8.wmv","",0);
		        Menu7_3_9=new Array("Oakwood","Video%20file/Cole9.wmv","",0);
		        Menu7_3_10=new Array("Hannegan Speedway","Video%20file/Cole10.wmv","",0);
		        


Menu8=new Array("Contact Us","Contact Us.htm","",0);

	
Menu9=new Array("Links","Links.htm","",0);

Menu10=new Array("Press Coverage","http://www.fiteracing.com","",1,20,138);
        Menu10_1=new Array("ATV Racing Extra","http://www.atvre.com/current.pdf  ","",0,20,150);
	
	


	
	
	