timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[					// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"718EAE",					// Off Back Color
"FFFFCC",					// On Font Color
"CC3300",					// On Back Color
"999999",					// Border Color
12,						// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",		// Font
3,						// Padding
"/img/arrow.gif",			// Sub Menu Image
0,						// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"",						// Referer item Font Color (leave this blank to disable)
"",						// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
90,						// Top
1,						// left
150,					// Width
1,						// Border Width
"left",					// Screen Position - here you can use "center;middle;right"
prop1,					// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
"left",					// 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
,						// Follow Scrolling - Tells the menu item to follow the user down the screen
, 						// 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
						// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

"Home","/index.php",,,1,
"About Us","/aboutus/index.php",,,1,
"News","/news/index.php",,,1,
"Tournaments","show-menu2",,,1,
"15th Anniversary","/anniversaries/15/index.php",,,1,
"Interviews","/interviews/index.shtml",,,1,
"Road Shows","/roadshow/index.php",,,1,
"GBSC Travel","/travel/index.php",,,1,
"Merchandise","/merchandise/index.php",,,1,
"Archive", "http://archive.gbsc.co.uk/index.html",,,1,
"Forum", "/phpBB3/viewforum.php?f=1",,,1
]

//Sub-menu under Tournaments
menu2=[
,,150,1,"",prop1,,"left",effect,,,,,,,
"Seniors","show-menu4",,,1,
"U-20","show-menu5",,,1,
"U-18","show-menu6",,,1,
"Women","show-menu7",,,1,
"University","show-menu18",,,1
]

//Sub-menu under Players
menu3=[
,,150,1,"",prop1,,"left",effect,,,,,,,
"Current Squad","show-menu8",,,1,
"All-Time","/players/alltime/index.shtml",,,1,
"Honours","/players/honours.shtml",,,1
]

//Sub-menu under Tournaments/Seniors
menu4=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"Worlds","show-menu9",,,1,
"Olympics","show-menu16",,,1,
"Euro Challenge","show-menu10",,,1,
"Friendlies","show-menu15",,,1
]

//Sub-menu under Tournaments/U-20
menu5=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"Worlds","show-menu11",,,1
]

//Sub-menu under Tournaments/U-18
menu6=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"Worlds","show-menu12",,,1
]

//Sub-menu under Tournaments/Women
menu7=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"Worlds","show-menu13",,,1,
"Olympics","show-menu17",,,1
]

//Sub-menu under Players/Current Squad
menu8=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"Senior","/players/senior/index.shtml",,,1,
"U-20","/players/u20/index.shtml",,,1,
"U-18","/players/u18/index.shtml",,,1,
"Women","/players/women/index.shtml",,,1
]

//Sub-menu under Tournaments/Seniors/Worlds
menu9=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"2008-09","/tournaments/senior/worlds/200809/index.php",,,1,
"2007-08","/tournaments/senior/worlds/200708/index.php",,,1,
"2006-07","/tournaments/senior/worlds/200607/index.php",,,1,
"2005-06","/tournaments/senior/worlds/200506/index.php",,,1,
"2004-05","/tournaments/senior/worlds/200405/index.php",,,1,
"2003-04","/tournaments/senior/worlds/200304/index.shtml",,,1,
"2002-03","/tournaments/senior/worlds/200203/index.shtml",,,1
]

//Sub-menu under Tournaments/Seniors/Euro Challenge
menu10=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"2002-03","show-menu14",,,1
]

//Sub-menu under Tournaments/U20/Worlds
menu11=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"2008-09","/tournaments/u20/worlds/200809/index.php",,,1,
"2007-08","/tournaments/u20/worlds/200708/index.php",,,1,
"2006-07","/tournaments/u20/worlds/200607/index.php",,,1,
"2005-06","/tournaments/u20/worlds/200506/index.shtml",,,1,
"2004-05","/tournaments/u20/worlds/200405/index.php",,,1,
"2003-04","/tournaments/u20/worlds/200304/index.shtml",,,1,
"2002-03","/tournaments/u20/worlds/200203/index.shtml",,,1
]

//Sub-menu under Tournaments/U18/Worlds
menu12=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"2008-09","/tournaments/u18/worlds/200809/index.php",,,1,
"2007-08","/tournaments/u18/worlds/200708/index.php",,,1,
"2006-07","/tournaments/u18/worlds/200607/index.php",,,1,
"2005-06","/tournaments/u18/worlds/200506/index.shtml",,,1,
"2004-05","/tournaments/u18/worlds/200405/index.php",,,1,
"2003-04","/tournaments/u18/worlds/200304/index.shtml",,,1,
"2002-03","/tournaments/u18/worlds/200203/index.shtml",,,1
]

//Sub-menu under Tournaments/Women/Worlds
menu13=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"2008-09","/tournaments/women/worlds/200809/index.php",,,1,
"2007-08","/tournaments/women/worlds/200708/index.php",,,1,
"2006-07","/tournaments/women/worlds/200607/index.php",,,1,
"2004-05","/tournaments/women/worlds/200405/index.shtml",,,1,
"2003-04","/tournaments/women/worlds/200304/index.shtml",,,1,
"2002-03","/tournaments/women/worlds/200203/index.shtml",,,1
]

//Sub-menu under Tournaments/Seniors/Euro Challenge/2002-03
menu14=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"Austria","/tournaments/senior/eihc/200203/austria/index.shtml",,,1,
"Ukraine","/tournaments/senior/eihc/200203/ukraine/index.shtml",,,1,
"Hungary","/tournaments/senior/eihc/200203/hungary/index.shtml",,,1,
"Great Britain","/tournaments/senior/eihc/200203/nottingham/index.shtml",,,1
]

//Sub-menu under Tournaments/Seniors/Friendlies
menu15=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"2005-06","/tournaments/senior/friendlies/200506/index.shtml",,,1
]

//Sub-menu under Tournaments/Seniors/Olympics
menu16=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"2010","/tournaments/senior/olympics/2010/index.php",,,1
]

//Sub-menu under Tournaments/Women/Olympics
menu17=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"2010","/tournaments/women/olympics/2010/index.php",,,1
]

//Sub-menu under Tournaments/University
menu18=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"Universiade","show-menu19",,,1
]

//Sub-menu under Tournaments/University/Universiade
menu19=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"2009","/tournaments/university/universiade/200809/index.php",,,1
]

