// The following line is critical for menu operation, and must appear only once.
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)}

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);Shadow(color='#777777', Direction=135, Strength=5)" 


timegap=500					// The time delay for menus to remain visible
followspeed=7				// Follow Scrolling speed (higher number makes the scrolling smoother but slower)
followrate=30		     	// Follow Scrolling Rate
suboffset_top=0;			// Sub menu offset Top position 
suboffset_left=100;			// Sub menu offset Left position


plain_style=[				// Menu Properties Array
"FFFFFF",				    // Off Font Color
"9BB78C",					// Off Back Color
"FFFFFF",					// On Font Color
"7DA16A",					// On Back Color
"ffffff",					// Border Color
10,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Arial",	                // Font
5,							// Padding
3,							// 3D Border & Separator
,"cccccc"					// 3D High Color
,"000099"					// 3D Low Color
]


addmenu(menu=[				// This is the array that contains your menu properties and details
"simplemenu1",				// Menu items Name
110,						    // Top
,						    // left
,							// Width
1,							// Border Width
"center",							// Screen Position - here you can use "center;left;right;middle;top;bottom"
plain_style,				// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time
,						// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,							// Filter - Text variable for setting transitional effects on menu activation
0,							// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 							// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,							// Position of sub image left:center:right:middle:top:bottom
,							// Show an image on top menu bars indicating a sub menu exists below
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use
,,,
,"HOME","?act=home",,"",1
,"FIXTURES","show-menu=fixtures",,"",1
,"NEXT VENUE","?act=next_venue",,"",1
,"RESULTS","show-menu=results",,"",1
,"LEADERBOARD","show-menu=leaderboard",,"",1
,"STATISTICS","show-menu=statistics",,"",1
,"HISTORY","show-menu=history",,"",1
,"LINKS","?act=links",,"",1
,"CONTACT","?act=contact",,"",
])

addmenu(menu=["BLEH",
,,65,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"LOGIN","?act=members",,,0

])


addmenu(menu=["FIXTURES",
,,142,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"LAST VENUE","?act=fixtures&sub=last_venue",,,0
,"PAST YEARS","?act=fixtures&sub=past_years",,,0
,"GALLERY","?act=gallery",,,0
])


addmenu(menu=["RESULTS",
,,142,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"TROPHY WINNERS","?act=results&sub=trophy_winners",,,
,"PAST WINNERS","?act=results&sub=past_winners",,,
,"PAST TROPHY WINNERS","?act=results&sub=past_trophy_winners",,,
])


addmenu(menu=["LEADERBOARD",
,,142,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"NEW LEADERBOARD","?act=leaderboard&sub=new",,,
,"OLD LEADERBOARD","?act=leaderboard&sub=old",,,
])

addmenu(menu=["STATISTICS",
,,142,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"PLAYER STATS","?act=statistics&sub=player_stats",,,
,"YEAR STATS","?act=statistics&sub=year_stats",,,
])

addmenu(menu=["HISTORY",
,,142,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"THE HISTORY","?act=history&sub=the_history",,,
,"PAST CAPTAINS","?act=history&sub=past_captains",,,
])


dumpmenus()
