/*
DHTML Menu
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=95)"
}
else
{
	effect = "" // Stop IE5.5 bug when using more than one filter
}

// Shadow(color='#777777', Direction=135, Strength=4)

timegap=400				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=7;		// Sub menu offset Top position 
suboffset_left=7;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",				// Mouse Off Font Color
"B5AD9D",				// Mouse Off Background Color
"EDEDED",				// Mouse On Font Color
"C10B0B",				// Mouse On Background Color
"000000",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
3,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed) (arrow.gif)
,						// 3D Border & Separator bar
"",						// 3D High Color  CCCCCC
"",						// 3D Low Color  666666
"FFFFFF",				// Current Page Item Font Color (leave this blank to disable)
"C10B0B",				// Current Page Item Background Color (leave this blank to disable)
"",						// Top Bar image (Leave this blank to disable) (arrowdown.gif)
"EDE8DE",				// Menu Header Font Color (Leave blank if headers are not needed)
"C10B0B",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				// style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",				// Mouse Off Font Color
"B5AD9D",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"DFD9CD",				// Mouse On Background Color
"000000",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
3,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed) (arrow.gif)
,						// 3D Border & Separator bar
"",						// 3D High Color  CCCCCC
"",						// 3D Low Color  666666
"000000",				// Current Page Item Font Color (leave this blank to disable)
"DB7171",				// Current Page Item Background Color (leave this blank to disable)
"",						// Top Bar image (Leave this blank to disable) (arrowdown.gif)
"FFFFFF",				// Menu Header Font Color (Leave blank if headers are not needed)
"C10B0B",				// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
69,					// Menu Top - The Top position of the menu in pixels
149,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
,					// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
," Home","/atv/index.asp",,"Home",1
," Club Information","show-menu=Club",,"Club Information",1
," Go Riding","show-menu=Trails",,"Go Riding",1
," Forums-Chat","show-menu=forum",,"Forums-Chat",1
," Resources","show-menu=Resources",,"Resources",1
," Just for Fun","/atv/neat_stuff.asp",,"Just for Fun",1
," Photos","/atv/photos.asp",,"Photos",1
," Join Now","/atv/join.asp",,"Join the Club",1
," Contact Us","/atv/contact.asp",,"Contact Us",1
])

	addmenu(menu=["forum",
	,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Discussion Forum","/atv/forum/forum/default.asp",,"Discussion Forum",1
	,"Chat Room","/atv/chat/default.asp",,"Chat Room",1
	])
	
	addmenu(menu=["Club",
	,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"Member Discounts","/atv/mtr-partner.asp",,"Member Discounts",1
	,"Club Officers","/atv/officers.asp",,"Club Officers",1
	,"Club Mission / About Us","/atv/club_mission.asp",,"Club Mission / About Us",1
	,"Club Calendar","/atv/calendar.asp",,"Club Calendar",1
	,"Club Photos","/atv/photos.asp",,"Club Photos",1
	,"Club Meetings","/atv/forum/forum/forum_topics.asp?FID=7",,"Club Meetings",1
	,"Club Rules","/atv/club_rules.asp",,"Club Rules",1
	,"Club By Laws","/atv/bylaws.asp",,"Club By Laws",1
	,"Club Logos","/atv/logo.asp",,"Club Logos",1
	,"Club News","/atv/club_news.asp",,"Club News",1
	,"Get our Brochure","forms/flyer.pdf",,"Get our Brochure",1
	,"Club Newsletters","/atv/newsletter/default.asp",,"Club Newsletters",1
	])
	
	addmenu(menu=["Trails",
	,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"<b>Where to Ride</b>","/atv/trails.asp",,"Where to Ride",1
//	,"Where to Ride","show-menu=Locations",,"Where to Ride",1
	,"Ride with Us","/atv/forum/forum/forum_topics.asp?FID=2",,"Ride with Us",1
	,"Land Owners","/atv/land_owners.asp",,"Land Owners",1
	,"ATV Safety Tips","/atv/atv_safety.asp",,"ATV Safety Tips",1
	])
	
		addmenu(menu=["Locations",
		,,290,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"<b>Riding Locations Home</b>","/atv/trails.asp",,"Riding Locations Home",1
		,"<b>Indiana Trails</b>","/atv/trails.asp",,"Indiana Trails",1
		,"Badlands Off-Road Park - IN","/atv/trails.asp?trailid=3",,"Badlands Off-Road Park - IN",1
		,"Haspin Acres - IN","/atv/trails.asp?trailid=4",,"Haspin Acres - IN",1
		,"Lawrence County Recreation Park Inc. - IN","/atv/trails.asp?trailid=5",,"Lawrence County Recreation Park Inc. - IN",1
		,"Lynnville Riding Area - IN","/atv/trails.asp?trailid=6",,"Lynnville Riding Area - IN",1
		,"Prairie Creek Reservoir & Park - IN","/atv/trails.asp?trailid=7",,"Prairie Creek Reservoir & Park - IN",1
		,"Redbird Recreational Riding Area - IN","/atv/trails.asp?trailid=1",,"Redbird Recreational Riding Area - IN",1
		,"<b>Kentucky Trails</b>","/atv/trails.asp",,"Kentucky Trails",1
		,"Big Rock ATV & Dirt Bike Park - KY","/atv/trails.asp?trailid=12",,"Big Rock ATV & Dirt Bike Park - KY",1
		,"Daniel Boone National Forest - KY","/atv/trails.asp?trailid=14",,"Daniel Boone National Forest - KY",1
		,"White Sulphur ATV Trail - KY","/atv/trails.asp?trailid=16",,"White Sulphur ATV Trail - KY",1
		,"Redbird Crest Trail - KY","/atv/trails.asp?trailid=17",,"Redbird Crest Trail - KY",1
		,"Sellers Ridge and Yellow Cliff OHV Routes - KY","/atv/trails.asp?trailid=19",,"Sellers Ridge and Yellow Cliff OHV Routes - KY",1
		,"S-Tree, Turkey Foot, Big Dog and Renfro OHV Routes - KY","/atv/trails.asp?trailid=15",,"S-Tree, Turkey Foot, Big Dog and Renfro OHV Routes - KY",1
		,"Ano, Gulf Ridge, Goodwater and Other OHV Routes - KY","/atv/trails.asp?trailid=18",,"Ano, Gulf Ridge, Goodwater and Other OHV Routes - KY",1
		,"Happy Top ATV Trails, Inc. - KY","/atv/trails.asp?trailid=20",,"Happy Top ATV Trails, Inc. - KY",1
		,"Cliff View Resort - KY","/atv/trails.asp?trailid=25",,"Cliff View Resort - KY",1
		,"Land Between the Lakes OHV Area - KY","/atv/trails.asp?trailid=21",,"Land Between the Lakes OHV Area - KY",1
		,"Mountain Parkway - KY","/atv/trails.asp?trailid=22",,"Mountain Parkway - KY",1
		,"Waverly Park - Louisville, KY","/atv/trails.asp?trailid=24",,"Waverly Park - Louisville, KY",1
		,"Sharps ATV Range - KY","/atv/trails.asp?trailid=23",,"Sharps ATV Range - KY",1
		,"<b>Tennessee Trails</b>","/atv/trails.asp",,"Tennessee Trails",1
		,"Royal Blue Wildlife Management ORV - TN","/atv/trails.asp?trailid=11",,"Royal Blue Wildlife Management ORV - TN",1
		,"Upper Tellico Plains ORV Area - TN","/atv/trails.asp?trailid=10",,"Upper Tellico Plains ORV Area - TN",1
		,"Windrock Mountain - TN","/atv/trails.asp?trailid=9",,"Windrock Mountain - TN",1
		,"<b>Illinois Trails</b>","/atv/trails.asp",,"Illinois Trails",1
		,"Rockport Off Road Park - IL","/atv/trails.asp?trailid=2",,"Rockport Off Road Park - IL",1
		,"<b>West Virginia Trails</b>","/atv/trails.asp",,"West Virginia Trails",1
		,"Hatfield McCoy Trails - WV","/atv/trails.asp?trailid=8",,"Hatfield McCoy Trails - WV",1
		])

		addmenu(menu=["Events",
		,,180,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"View Event Calendar","/atv/calendar.asp",,"View Event Calendar",1
		,"Browse the Forums","/atv/forum/forum",,"Browse the Forums",1
		])

	addmenu(menu=["Resources",
	,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"ATV Regulations","/atv/atv_regulations.asp",,"ATV Regulations",1
	,"Useful Links","/atv/links.asp",,"Useful Links",1
	,"ATV Reviews","links.asp?cat=46",,"ATV Reviews",1
	,"Poker Run","/atv/poker_run.asp",,"Poker Run",1
	,"ATV FAQs","/atv/atv_faq.asp",,"ATV FAQs",1
	,"ATV Terms","/atv/atv_terms.asp",,"ATV Terms",1
	,"Weather","/atv/member_resources.asp",,"Weather",1
	,"ATV Classifieds","/atv/classifieds.asp",,"ATV Classifieds",1
	,"File Downloads","/atv/download_files.asp",,"File Downloads",1
	,"Local ATV Dealers","/atv/local_dealers.asp",,"Classifieds",1
	])
	
dumpmenus()