//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 //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=85)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position

style2=[			// 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.
"white",				// Mouse Off Font Color
"#7A88BC",			// Mouse Off Background Color
"black",			// Mouse On Font Color
"#D9BE00",			// Mouse On Background Color old color "#FFE411"
"000000",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial, Tahoma, Verdana  ",	// Font Name
4,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
0,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"black",			// Current Page Item Font Color (leave this blank to disable)
"#4E5C9A",				// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
"navy",			// Menu Item Separator Color
]

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.
"white",				// Mouse Off Font Color
"#7A88BC",			// Mouse Off Background Color
"black",			// Mouse On Font Color
"#FFE411",			// Mouse On Background Color
"000000",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Tahoma, Verdana, Arial ",	// Font Name
4,					// Menu Item Padding
"/images/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
1,					// 3D Border & Separator bar
"#FFE411",			// 3D High Color
"black",			// 3D Low Color
"black",			// Current Page Item Font Color (leave this blank to disable)
"#4E5C9A",				// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"",			// Menu Header Background Color (Leave blank if headers are not needed)
"",			// Menu Item Separator Color
]



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
,//77,					// Menu Top - The Top position of the menu in pixels
,//3,				// Menu Left - The Left position of the menu in pixels
115,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"relative",					// 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)
"left",				// 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
0,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// 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)
0,					// 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)
,					// Background image for menu when BGColor set to transparent.
0,					// Scrollable Menu
,					// Reserved for future use
,"Home&nbsp;&nbsp;","/",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
//,"CAT&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=cat",,"",1
,"Club&nbsp;News&nbsp;&nbsp;","show-menu=news",,"",1
,"Fixtures&nbsp;&nbsp;","show-menu=fixtures",,"",1
,"Results&nbsp;&nbsp;","show-menu=results",,"",1
,"Match&nbsp;Reports&nbsp;&nbsp;","show-menu=reports",,"",1
,"U18/U17&nbsp;Rugby&nbsp;&nbsp;&nbsp;","show-menu=youthrugby",,"",1
,"Club Members&nbsp;&nbsp;","show-menu=members",,"",1
,"Sponsors&nbsp;&nbsp;&nbsp;","/sponsors/sponsors.asp",,"",1
,"Team&nbsp;Sheets&nbsp;&nbsp;","show-menu=teamsheets",,"",1
,"Picture&nbsp;Gallery&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=gallery",,"",1
,"Links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/links/links.asp",,"",1
,"Maps&nbsp;&nbsp;&nbsp;","show-menu=maps",,"",1
,"Contact&nbsp;Us&nbsp;&nbsp;&nbsp;","/contact.asp",,"",1
])

addmenu(menu=["youthrugby",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"U18","/",,,1
,"U17","/",,,1
,"Child Protection Policy","/youth/child_protection.asp",,,1
,"Youth Team in Action Photos","/gallery/youth_in_action.asp",,,1
	])

addmenu(menu=["news",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"News","/news/news.asp",,,1
,"Youth News","/news/youth_news.asp",,,1
,"Centenary","/news/centenary/centenary.asp",,,1
,"Training","/news/training.asp",,,1
,"Administrator","/admin/",,,1
	])

addmenu(menu=["fixtures",,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
,"First XV","/fixtures/first_XV.asp",,,1
,"Second XV","/fixtures/second_XV.asp",,,1
,"Third XV","/fixtures/third_XV.asp",,,1
,"U18 XV","/fixtures/u18_XV.asp",,,1
,"U17 XV","/fixtures/u17_XV.asp",,,1

	])

addmenu(menu=["results",,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
,"First XV","/results/first_XV.asp",,,1
,"Second XV","/results/second_XV.asp",,,1
,"Third XV","/results/third_XV.asp",,,1
,"U18 XV","/results/u18_XV.asp",,,1
,"U17 XV","/results/u17_XV.asp",,,1
,"Archive","/results/results_archive.asp",,,1
	])

addmenu(menu=["reports",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Press Coverage","/reports/press.asp",,,1	
,"Reports","/reports/reports.asp",,,1
		])	
	
addmenu(menu=["leagues",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Guinness Premiership","/leagues/zurichpremiership.asp",,,1
,"National 1","/leagues/nationalone.asp",,,1
,"Western Counties North","/leagues/westerncountiesnorth.asp",,,1
,"Southern Counties South","/leagues/southerncountiessouth.asp",,,1
,"Somerset Premier","/leagues/somersetpremier.asp",,,1
,"Somerset 1","/leagues/somersetone.asp",,,1
,"Somerset 2 North","/leagues/somersettwo.asp",,,1
,"Somerset 3 North","/leagues/somersetthreenorth.asp",,,1
	])
		addmenu(menu=["members",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Players","show-menu=players",,,1
		,"Non-Playing Members","/members/nonplaying_members.asp",,,1
		,"Life Members","/members/life_members.asp",,,1
		])

		addmenu(menu=["players",,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Players","/members/players.asp",,,1
		,"Player Stats","/members/player_stats.asp",,,1
		,"Captains","/members/captains.asp",,,1
		])
		
		addmenu(menu=["teamsheets",,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"First XV","/teamsheets/first_XV.asp",,,1
		,"Second XV","/teamsheets/second_XV.asp",,,1
		,"Third XV","/teamsheets/third_XV.asp",,,1
		,"U18 XV","/teamsheets/U18_XV.asp",,,1
		,"U17 XV","/teamsheets/U17_XV.asp",,,1
		])
		
		addmenu(menu=["gallery",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Team Photos","show-menu=teamphotos",,,1
		,"Tours","show-menu=Tour",,,1
		,"Club Dinners","show-menu=clubdinners",,,1
		,"Centenary","show-menu=centenarypics",,,1
		,"The Cranes in Action","/gallery/in_action.asp",,,1
		,"Youth Team in Action","/gallery/youth_in_action.asp",,,1
		,"Club House & Pitches","/gallery/clubhouse.asp",,,1	
		,"Other", "show-menu=other",,,1	
		])
		
		addmenu(menu=["clubdinners",,,50,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"&nbsp;2010","/gallery/dinner_2010.asp",,,1
		,"&nbsp;2009","/gallery/dinner_2009.asp",,,1
		,"&nbsp;2008","/gallery/dinner_2008.asp",,,1
		,"&nbsp;2004","/gallery/club_dinner_2004.asp",,,1
		])

		addmenu(menu=["centenarypics",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Centenary Ball","/gallery/centenary_ball.asp",,,1
		,"Centenary Dinner","/gallery/centenary_dinner.asp",,,1
		,"Centenary Tournament","/gallery/centenary_tournament.asp",,,1
		,"Mayors Reception","/gallery/centenary_tournament_mayor.asp",,,1
		])
		
		addmenu(menu=["teamphotos",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Recent Teams","/gallery/team_photos.asp",,,1
		,"Older Teams","/gallery/team_photos.asp?timeperiod=Older",,,1
		])
		
		addmenu(menu=["Tour",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Amsterdam 2010","/gallery/amsterdam_2010.asp",,,1
		,"Ghent 2008","/gallery/ghent_2008.asp",,,1
		,"Blackpool 2006","/gallery/blackpool_may_2006.asp",,,1
		,"Alkamaar 2005","/gallery/alkamaar_2005.asp",,,1
		,"Amsterdam 2003","/gallery/amsterdam_2003.asp",,,1
		,"Ghent 2002","/gallery/gent_2001.asp",,,1
		])
		
		addmenu(menu=["other",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Combination vase Final 2008","/gallery/combination_final_2008.asp",,,1
		,"Old Players Reunion","/gallery/oldPlayersReunion_2007.asp",,,1
		,"Other","/gallery/other.asp",,,1
		])		

		addmenu(menu=["maps",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Directions to Stothert & Pitt","/maps/s&p.asp",,,1
		,"Other Clubs","/maps/otherclubs.asp",,,1
		])

		
	
dumpmenus()