/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#7CC226';			// Background color when mouse is not over
	var LowSubBgColor='#7CC226';		// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='black';			// Border color
	var BorderSubColor='black';			// 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=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='center';		// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=140;				// 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=3;				// Left padding
	var TopPaddng=2;				// 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=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='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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","index.html","",0,20,150);
Menu2=new Array("First Tee","blank.htm","",3);
	Menu2_1=new Array("About the Microtour","About_tour.htm","",0,20,150);	
	Menu2_2=new Array("Contact Us","Contact.htm","",0,20,150);	
	Menu2_3=new Array("What's New","what_new.htm","",0,20,150);	
Menu3=new Array("Front Nine","blank.htm","",1);
	Menu3_1=new Array("Schedule 2012","tour_sched.html","",0,20,150);
Menu4=new Array("Back Nine","blank.htm","",6);
	Menu4_1=new Array("Leaderboard","standings.htm","",0,20,150);
	Menu4_2=new Array("Tournament Results","2007_results.htm","",0,20,150);
	Menu4_3=new Array("Money List","MoneyList.htm","",0,20,150);
	Menu4_4=new Array("IKEA Cup","http://www.themicrotour.com/2011/IKEA.pdf","",0,20,150);
	Menu4_5=new Array("Team Bets","TeamBets.pdf","",0,20,150);
	Menu4_6=new Array("Archives","blank.htm","",12);
		Menu4_6_1=new Array("Leaderboard 2001","Leaderboard_2001.htm","",0,20,150); 
		Menu4_6_2=new Array("Money List 2001","Monlist_2001.htm","",0,20,150); 
		Menu4_6_3=new Array("2001 Results","blank.htm","",11);
			Menu4_6_3_1=new Array("Stonehouse 2001","Stone01.htm","",0,20,150);
			Menu4_6_3_2=new Array("Royal New Kent 2001","RNK01.htm","",0,20,150);
			Menu4_6_3_3=new Array("Colonial 2001","Colonial01.htm","",0,20,150);
			Menu4_6_3_4=new Array("Hell's Point 2001","HPoint01.htm","",0,20,150);
      		Menu4_6_3_5=new Array("National 2001","Natl01.htm","",0,20,150);
			Menu4_6_3_6=new Array("Cypress Creek 2001","CyCrk01.htm","",0,20,150);
			Menu4_6_3_7=new Array("Highlands 2001","High01.htm","",0,20,150);
        		Menu4_6_3_8=new Array("Horseshoe - Green 2001","GHgreen01.htm","",0,20,150);
			Menu4_6_3_9=new Array("Blackheath 2001","FCBheath01.htm","",0,20,150);
			Menu4_6_3_10=new Array("Royal Virginia 2001","RVa01.htm","",0,20,150);
        		Menu4_6_3_11=new Array("Tour Championship 2001","Tourchamp01.htm","",0,20,150);
        	Menu4_6_4=new Array("Leaderboard 2002","Leaderboard_2002.htm","",0,20,150); 
		Menu4_6_5=new Array("Money List 2002","Monlist_2002.htm","",0,20,150); 
		Menu4_6_6=new Array("2002 Results","blank.htm","",12);
			Menu4_6_6_1=new Array("Golden Horseshoe - Gold","tour02_ghsegold_result.htm","",0,20,150);
                  Menu4_6_6_2=new Array("Kingsmill - River","tour02_kmriver_result.htm","",0,20,150);	
			Menu4_6_6_3=new Array("Kiskiack","tour02_kiskiack_result.htm","",0,20,150);	
			Menu4_6_6_4=new Array("Colonial","tour02_colonial_result.htm","",0,20,150);		
			Menu4_6_6_5=new Array("Nansemond River","tour02_nansemond_result.htm","",0,20,150);	
			Menu4_6_6_6=new Array("Brickshire","tour02_brickshire_results.htm","",0,20,150);		
			Menu4_6_6_7=new Array("Stonehouse","tour02_shouse_results.htm","",0,20,150);	
			Menu4_6_6_8=new Array("Golden Horseshoe - Green","tour02_ghsegreen_results.htm","",0,20,150);	
			Menu4_6_6_9=new Array("Blue Heron","tour02_blueheron_results.htm","",0,20,150);	
			Menu4_6_6_10=new Array("Royal New Kent","tour02_rnk_results.htm","",0,20,150);	
			Menu4_6_6_11=new Array("Riverfront","tour02_riverfront_results.htm","",0,20,150);	
			Menu4_6_6_12=new Array("Tour Championship","tour02_tour_result.htm","",0,20,150);	
        	Menu4_6_7=new Array("Leaderboard 2003","Leaderboard_2003.htm","",0,20,150); 
		Menu4_6_8=new Array("Money List 2003","Monlist_2003.htm","",0,20,150); 
		Menu4_6_9=new Array("2003 Results","blank.htm","",11);
			Menu4_6_9_1=new Array("Horseshoe - Gold","tour03_ghsegold_result.htm","",0,20,150);
			Menu4_6_9_2=new Array("Royal New Kent","tour03_rnk_results.htm","",0,20,150);
			Menu4_6_9_3=new Array("Cypress Creek","tour03_cypcreek_results.htm","",0,20,150);
			Menu4_6_9_4=new Array("Fords Colony","tour03_FCMajor_results.htm","",0,20,150);
			Menu4_6_9_5=new Array("Colonial","tour03_colonial_results.htm","",0,20,150);
			Menu4_6_9_6=new Array("Chesdin Landing","tour03_chesland_results.htm","",0,20,150);
			Menu4_6_9_7=new Array("Kingsmill","tour03_KMMajor_results.htm","",0,20,150);
			Menu4_6_9_8=new Array("Stonehouse","tour03_shouse_results.htm","",0,20,150);
			Menu4_6_9_9=new Array("Horseshoe - Green","tour03_ghsegreen_results.htm","",0,20,150);
			Menu4_6_9_10=new Array("Bide-A-Wee","tour03_bidawee_results.htm","",0,20,150);	
        	      Menu4_6_9_11=new Array("Tour Championship","tour03_tourchamp_results.htm","",0,20,150);
        	Menu4_6_10=new Array("Leaderboard 2004","Leaderboard_2004.htm","",0,20,150); 
		Menu4_6_11=new Array("Money List 2004","Monlist_2004.htm","",0,20,150); 
		Menu4_6_12=new Array("2004 Results","blank.htm","",11);
			Menu4_6_12_1=new Array("TPC Va Beach","tour04_tpcvabeach_results.htm","",0,20,150);
			Menu4_6_12_2=new Array("Horseshoe - Gold","tour04_ghsegold_results.htm","",0,20,150);
			Menu4_6_12_3=new Array("Royal New Kent","tour04_rnk_results.htm","",0,20,150);
			Menu4_6_12_4=new Array("Fords Colony","tour04_FCmajor_results.htm","",0,20,150);
			Menu4_6_12_5=new Array("Hunting Hawk","tour04_hhawk_results.htm","",0,20,150);
			Menu4_6_12_6=new Array("Colonial","tour04_colonial_results.htm","",0,20,150);
        	      Menu4_6_12_7=new Array("Kingsmill","tour04_KMMajor_results.htm","",0,20,150);
			Menu4_6_12_8=new Array("Stonehouse","tour04_shouse_results.htm","",0,20,150);
			Menu4_6_12_9=new Array("Horseshoe - Green","tour04_ghsegreen_results.htm","",0,20,150);
			Menu4_6_12_10=new Array("Bay Creek","tour04_baycreek_results.htm","",0,20,150);	
               		Menu4_6_12_11=new Array("Tour Championship","tour04_tourchamp_results.htm","",0,20,150);
Menu5=new Array("Clubhouse","blank.htm","",3);
	Menu5_1=new Array("Member List","members_2006.htm","",0,20,150);
	Menu5_2=new Array("Statistics","blank.htm","",4);
		Menu5_2_1=new Array("2003 Tour Stats","Micro_Tour_Stats03.htm","",0,20,150);
		Menu5_2_2=new Array("2003 Member Stats","Micro_Stats03.htm","",0,20,150);
		Menu5_2_3=new Array("2002 Tour Stats","Micro_Tour_Stats.htm","",0,20,150);
		Menu5_2_4=new Array("2002 Member Stats","Micro_Stats.htm","",0,20,150);
	Menu5_3=new Array("Tour Articles","Articles.htm","",0,20,150);
Menu6=new Array("Member Comments","memb_comments.htm","",0,20,150);
	
