 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#000099";			// Background color when mouse is not over
	var HighBgColor="#FFffff";			// Background color when mouse is over
	var FontLowColor="#FFffff";			// Font color when mouse is not over
	var FontHighColor="#000099";			// Font color when mouse is over
	var BorderColor="#ff0000";			// Border color
	var BorderWidthMain=2;			// Border width main items
	var BorderWidthSub=2;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="times new roman";	// Font family menu items
	var FontSize=16;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=1;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=115;				// 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 DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=3;				// Left padding
	var TopPaddng=-1;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	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,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","http://www.luckyjdr.com","",0,20,100,"","","","","","",-1,-1,-1,"","Home");
	
Menu2=new Array("Cars","","",5,20,100,"","","","","","",-1,-1,-1,"","Menu");
	Menu2_1=new Array("1985 Monte SS","http://www.luckyjdr.com/montess.html","",0,20,120,"","","","","","",-1,-1,-1,"","SubMenu12");
	Menu2_2=new Array("2002 Trailblazer","file.htm","",0,20,125,"","","","","","",-1,-1,-1,"","SubMenu13");
	Menu2_3=new Array("2000 Impala LS","file.htm","",0,20,125,"","","","","","",-1,-1,-1,"","SubMenu14");
	Menu2_4=new Array("ADR's WRX STI","file.htm","",0,20,125,"","","","","","",-1,-1,-1,"","SubMenu15");
	Menu2_5=new Array("Bob's 2004 Z06 Corvette","file.htm","",0,20,125,"","","","","","",-1,-1,-1,"","SubMenu15");
	
Menu3=new Array("Sled Pics","","",11,20,140,"","","","","","",-1,-1,-1,"","Menu");
	Menu3_1=new Array("Joes 2004 500 XC SP","/snow/luckys500xcsp.html","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu11");
	Menu3_2=new Array("Bobs 2009 mXzX 600 Etec","/snow/bobs2009etec.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu12");
	Menu3_3=new Array("Petes 2002 700 XC","/snow/petes700xcsp.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu13");
	Menu3_4=new Array("Marks 2008 mXzX 800R","/snow/marks_2008mxzx.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu14");
	Menu3_5=new Array("Larrys 2004 mXz 500ss","/snow/larrys2004.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu15");
	Menu3_6=new Array("Pats 2006 Apex GT","/snow/pats2006apex.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu3_7=new Array("Pauls 2006 Fusion 600","http://www.luckyjdr.com/HVMenu/images/12-22_p.jpg","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu16");
	Menu3_8=new Array("Joes 2005 mXz 600 HO","http://www.luckyjdr.com/HVMenu/images/joes_doo.jpg","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu3_9=new Array("Kevins 1998 Vmax 700","http://www.luckyjdr.com/HVMenu/images/kevins_vmax.jpg","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu3_10=new Array("P.G's Cat","http://www.luckyjdr.com/HVMenu/images/pg.jpg","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu3_11=new Array("Bobs 2006 Apex GT","/snow/bobs2006apex.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu12");
Menu4=new Array("Riding Pics","","",3,20,100,"","","","","","",-1,-1,-1,"","Menu");
	Menu4_1=new Array("2008-2009","","",5,20,180,"","","","","","",-1,-1,-1,"","SubMenu11");
	Menu4_1_1=new Array("1st Ride 12-13-08","/snow/1st_ride-12_13_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu11");
	Menu4_1_2=new Array("2nd Ride 1-10-09","/snow/2nd_ride-1_10_09.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu12");
	Menu4_1_3=new Array("3rd Ride 1-17-09","/snow/3rd_ride-1_16_09.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu13");
	Menu4_1_4=new Array("4th Ride 01-24-09","/snow/4th_ride-1_24_09.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu14");
	Menu4_1_5=new Array("5th Ride 01-31-09","/snow/5th_ride-1_31_09.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu15");
	Menu4_2=new Array("2007-2008","","",16,20,180,"","","","","","",-1,-1,-1,"","SubMenu11");
	Menu4_2_1=new Array("1st Ride 12-15-07","/snow/1st_ride-12_15_07.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu11");
	Menu4_2_2=new Array("2nd Ride 12-22-07","/snow/2nd_ride-12_22_07.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu12");
	Menu4_2_3=new Array("3rd Ride 12-29-07","/snow/3rd_ride-12_29_07.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu13");
	Menu4_2_4=new Array("4th Ride 01-05-08","/snow/4th_ride-1_05_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu14");
	Menu4_2_5=new Array("5th Ride 01-19-08","/snow/5th_ride-1_19_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu15");
	Menu4_2_6=new Array("6th Ride 01-26-08","/snow/6th_ride-1_26_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu16");
	Menu4_2_7=new Array("7th Ride 02-09-08","/snow/7th_ride-2_9_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu4_2_8=new Array("8th Ride 02-16-08","/snow/8th_ride-2_16_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu4_2_9=new Array("9th Ride 02-23-08","/snow/9th_ride-2_23_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu4_2_10=new Array("10th Ride 02-29-08","/snow/10th_ride-2_29_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu4_2_11=new Array("11th Ride 3-12-08","/snow/11th_ride-3_12_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu4_2_12=new Array("12th Ride 03-15-08","/snow/12th_ride-3_15_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu4_2_13=new Array("13th Ride 3-29-08","/snow/13th_ride-3_29_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu4_2_14=new Array("14th Ride 3-30-08","/snow/14th_ride-3_30_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu4_2_15=new Array("River Pat 03-09-08","/snow/River Pat-3_09_08.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu4_2_16=new Array("Cranberry Lake 2008","/snow/Cranberry_2008.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu4_3=new Array("Videos","/snow/videos.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu11");
Menu5=new Array("Snow Conditions","","",6,20,140,"","","","","","",-1,-1,-1,"","Menu");
	Menu5_1=new Array("WebCams","","",4,20,180,"","","","","","",-1,-1,-1,"","SubMenu11");
	Menu5_1_1=new Array("Uncle Howies","http://www.absolutesnowmobile.com/absolutesnowmobile_live_snow_cam_uncle_howies_morehouse_%20NY_.html","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu12");
	Menu5_1_2=new Array("Hinkley Cam","http://www.leegreen.com/webcam/index.html","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu13");
	Menu5_1_3=new Array("Absolute Snow - Cams","http://www.absolutesnowmobile.com/absolutesnowmobile%20live%20snow%20cams%20main.html","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu14");
	Menu5_1_4=new Array("20 Snow Webcams","http://www.endless-belt.com/neweb/html/camarama.php","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu15");
	Menu5_2=new Array("Hoffmeister Weather","","",4,20,180,"","","","","","",-1,-1,-1,"","SubMenu11");
	Menu5_2_1=new Array("Weather Underground","http://www.wunderground.com/cgi-bin/findweather/getForecast?query=13353","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu18");
	Menu5_2_2=new Array("NOAA.gov","http://forecast.weather.gov/MapClick.php?CityName=Hoffmeister&state=NY&site=ALY&textField1=43.4&textField2=-74.72","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu13");
	Menu5_2_3=new Array("Weather Channel","http://www.weather.com/weather/local/13353?lswe=13353&lwsa=WeatherLocalUndeclared&from=whatwhere","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu12");
	Menu5_2_4=new Array("Live Weather Radar","http://www.endless-belt.com/neweb/html/weather.php","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu14");
	Menu5_3=new Array("Ilsnow.com","","",2,20,180,"","","","","","",-1,-1,-1,"","SubMenu11");
	Menu5_3_1=new Array("Website","http://www.ilsnow.com/index.html","",0,20,100,"","","","","","",-1,-1,-1,"","SubMenu12");
	Menu5_3_2=new Array("Web Board","http://www.ilsnow.com/phpBB1","",0,20,100,"","","","","","",-1,-1,-1,"","SubMenu13");
	Menu5_4=new Array("Penn Mt Reports","http://pennmountain.com/index.php?option=com_content&task=blogcategory&id=15&Itemid=59","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu18");
	Menu5_5=new Array("Ohio Ridgeriders","http://www.ohioridgeriders.com/","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu16");
	Menu5_6=new Array("Interactive Trail Reports","http://www.speculatorchamber.com/snowmobiling/index.php","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu17");
	Menu5_10=new Array("xxxxxxxxx","xxx","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu18");
	
	
Menu6=new Array("Sled Tech","file.htm","",6,20,100,"","","","","","",-1,-1,-1,"","Menu");
	Menu6_1=new Array("Sportech ABR Riser Intalled","/snow/ABR_riser.html","",0,20,200,"","","","","","",-1,-1,-1,"","SubMenu11");
	Menu6_2=new Array("Studding the Track","/snow/studs.html","",0,20,100,"","","","","","",-1,-1,-1,"","SubMenu14");
	Menu6_3=new Array("Oil useage SOLVED","/snow/oil_usage.html","",0,20,200,"","","","","","",-1,-1,-1,"","SubMenu12");
	Menu6_4=new Array("Spark Plug Reading Guide","http://www.dansmc.com/Spark_Plugs/Spark_Plugs_catalog.html","",0,20,200,"","","","","","",-1,-1,-1,"","SubMenu13");
	Menu6_5=new Array("Carlisle Ultimax Belts","http://www.carlislesnowbelts.com/products.html","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu19");
	Menu6_6=new Array("Hardcore sledder - HCS","http://www.hardcoresledder.com/forums/","",0,20,180,"","","","","","",-1,-1,-1,"","SubMenu19");
	
Menu7=new Array("BOPS","","",2,20,60,"","","","","","",-1,-1,-1,"","Menu");
	Menu7_1=new Array("BOPS Main Page","http://www.luckyjdr.com/bops/bops.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu11");
	Menu7_2=new Array("Final Standings","http://www.luckyjdr.com/bops/final.html","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu12");
	Menu7_3=new Array("Petes 2002 700 XC","http://www.luckyjdr.com/HVMenu/images/petes_02_700xc.jpg","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu13");
	Menu7_4=new Array("Marks 2008 800 MXZX","http://www.luckyjdr.com/HVMenu/images/marks69.jpg","",0,20,160,"","","","","","",-1,-1,-1,"","SubMenu14");
	Menu7_5=new Array("Larrys 2004 MXZ 500","http://www.luckyjdr.com/HVMenu/images/larrys.jpg","",0,20,100,"","","","","","",-1,-1,-1,"","SubMenu15");
	Menu7_6=new Array("Petes 2001 700 XC","file.htm","",0,20,100,"","","","","","",-1,-1,-1,"","SubMenu16");	
	
Menu8=new Array("Family Pics","file.htm","",0,20,100,"","","","","","",-1,-1,-1,"","Menu");

Menu9=new Array("Contact Us","file.htm","",0,20,100,"","","","","","",-1,-1,-1,"","Menu");
