/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#E6E6E6';			// Background color when mouse is not over
	var LowSubBgColor='#E6E6E6';			// Background color when mouse is not over on subs
	var HighBgColor='#E6E6E6';			// Background color when mouse is over
	var HighSubBgColor='#E6E6E6';			// 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='#0000FF';			// Font color when mouse is over
	var FontSubHighColor='#0000FF';			// Font color subs when mouse is over
	var BorderColor='#E6E6E6';			// Border color
	var BorderSubColor='#E6E6E6';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			        // Border between elements 1 or 0
	var FontFamily="verdana,arial,technical"	// 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=.10;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.25;			// vertical overlap child/ parent
	var StartTop=170;				// Menu offset x coordinate
	var StartLeft=2;				// 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=0;			// 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='_top';			// Frame where first level appears
	var SecLineFrame='_top';			// Frame where sub levels appear
	var DocTargetFrame='_top';			// 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=['/images/tri.gif',5,10,'/images/tridown.gif',10,5,'/images/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("TextToShow","Link","BgImage",NoOfSubs,Height,Width,BgColor,BgHiColor,FontColor,FontHiColor,BorderColor);
// Menu5_4=new Array("International Hardware Week","javascript:top.location.href='http://www.ahmahardwareshow.com'","",0,40,122);
// Menu5_4=new Array("International Hardware Week","javascript:window.open('http://www.ahmahardwareshow.com', 'NewWin')","",0,40,145);


Menu1=new Array("ABOUT US","","",2,30,145);
	Menu1_1=new Array("George Liotta","/GeorgeLiotta.htm","",0,30,145);	
	Menu1_2=new Array("Darryl Hedges","/DarrylHedges.htm","",0,30,145);

Menu2=new Array("HISTORY","","",3,30,145);
	Menu2_1=new Array("The Creedmoor Matches","/TCMatches.htm","",0,40,145);
	Menu2_2=new Array("The Creedmoor Target","/TCTarget.htm","",0,40,145);
	Menu2_3=new Array("Interesting Facts About The First Creedmoor Match","/TCFacts.htm","",0,50,145);

Menu3=new Array("EQUIPMENT","","",9,30,145);
	Menu3_1=new Array("Rifles & Calibers","/Rifles.htm","",0,30,145);
	Menu3_2=new Array("Sight Considerations ","/Sights.htm","",0,30,145);
	Menu3_3=new Array("Cheekpiece","/Cheekpiece.htm","",0,30,145);
	Menu3_4=new Array("Sight Settings","/Settings.htm","",0,30,145);
	Menu3_5=new Array("Cross-Sticks","/Xstix.htm","",0,30,145);
	Menu3_6=new Array("Spotting Scopes","/Scopes.htm","",0,30,145);
	Menu3_7=new Array("Shooter's Tray","/Trays.htm","",0,30,145);
	Menu3_8=new Array("Barrel Sweet Spot","/Sweet.htm","",0,30,145);
	Menu3_9=new Array("Shooter's Cart","/Carts.htm","",0,30,145)


Menu4=new Array("AMMUNITION","","",5,30,145);
	Menu4_1=new Array("Case Preparation","/CasePrep.htm","",0,30,145);
	Menu4_2=new Array("Primers","/Primers.htm","",0,30,145);
	Menu4_3=new Array("Bullet Casting","/Casting.htm","",3,30,145);
		Menu4_3_1=new Array("Bullet Selection","/Casting.htm#BulletSelection","",0,30,145);
		Menu4_3_2=new Array("Alloys","/Casting.htm#Alloys","",0,30,145);
		Menu4_3_3=new Array("8 Phase Casting Cycle","/8Phases.htm","",2,40,145);
			Menu4_3_3_1=new Array("Part 1","/Part1.htm","",0,30,145);
			Menu4_3_3_2=new Array("Part 2","/Part2.htm","",0,30,145);
	Menu4_4=new Array("X-Ring Lube","/Xring.htm","",0,30,145);
	Menu4_5=new Array("The HedgeHog Cleaning Round","/Controlling-Fouling.htm","",0,30,145);
	
Menu5=new Array("COMPETITION","","",6,30,145);
	Menu5_1=new Array("Target & Scoring","/Scoring.htm","",0,30,145);
	Menu5_2=new Array("Range Commands & Structure","/Structure.htm","",0,40,145);
	Menu5_3=new Array("Shooter Rotation","/Rotation.htm","",0,30,145);
	Menu5_4=new Array("Preparing For The Match","/MatchPrep.htm","",0,40,145);
	Menu5_5=new Array("Analyzing Your Performance","/Performance.htm","",0,40,145);
	Menu5_6=new Array("Matches In Your Area","/Matches.htm","",0,40,145);
		

Menu6=new Array("TIPS/STRATEGIES","","",9,30,145);
	Menu6_1=new Array("Rain, Fog & Mist","/Rain.htm","",0,30,145);
	Menu6_2=new Array("Firing Line Positioning","/LinePosition.htm","",0,40,145);
	Menu6_3=new Array("Smoke","/Smoke.htm","",0,30,145);
	Menu6_4=new Array("Mirage","/Mirage.htm","",0,30,145);
	Menu6_5=new Array("Getting on Target","/OnTarget.htm","",0,30,145);
	Menu6_6=new Array("Converting Sighter Shots","/Converting.htm","",0,40,145);
	Menu6_7=new Array("Accuracy Factors","/Accuracy.htm","",0,30,145);	
	Menu6_8=new Array("Cleaning Your Rifle","/Cleaning.htm","",0,30,145);
	Menu6_9=new Array("Changing Rear Sight Staff Angle","/Staff.htm","",0,40,145);

Menu7=new Array("PICTURES","","",6,30,145);
	Menu7_1=new Array("NRA Approved Target","/NRAtarget.htm","",0,30,145);
	Menu7_2=new Array("Shooting Carts","/CartPix.htm","",0,30,145);
	Menu7_3=new Array("Lodi Target & Board","/LodiTarget.htm","",0,30,145);
	Menu7_4=new Array("Lodi Shooting Line","/LodiLinePix.htm","",0,30,145);
	Menu7_5=new Array("Lodi Shooters","/LodiShootPix.htm","",0,30,145);
	Menu7_6=new Array("View of the Pits","/PitsPix.htm","",0,30,145);
	
Menu8=new Array("RESOURCES","","",2,30,145);
	Menu8_1=new Array("Downloads","","",5,30,145);
		Menu8_1_1=new Array("Shooter's Cart Checklist","/ShootingCartChecklist.pdf","",0,40,145);
		Menu8_1_2=new Array("Pit Bag Contents","/PitBagContentsChecklist.pdf","",0,30,145);
		Menu8_1_3=new Array("Shooter's Tray Contents","/ShootersTrayChecklist.pdf","",0,40,145);
		Menu8_1_4=new Array("Reduced Long Range Targets","/ReducedTargets.htm","",0,40,145);
		Menu8_1_5=new Array("Firing Line Forms","/FiringLineForms.htm","",0,40,145);
	Menu8_2=new Array("Favorite Links","/Resources.htm","",0,30,145);
	
	