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
"ff8c00",					// Off Back Color
"ff8c00",					// On Font Color
"000080",					// On Back Color
"A9A9A9",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Tahoma, Tahoma, Tahoma",	// Font
3,							// Padding
"images/arrow.gif",				// Sub Menu Image
3,							// 3D Border & Separator
"A9A9A9",					// 3D High Color
"A9A9A9",					// 3D Low Color
"ffffff",					// Referer item Font Color (leave this blank to disable)
"ff8c00",					// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
10,					// Top
150,					// left
,					// Width
1,					// Border Width
"center",			// 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
"center",			// 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
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
"Home","index.html",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Sub Groups","show-menu2",,"#",1,
"RoBBE","show-menu3",,"#",1,
"Events","show-menu11",,,1,
"Team History","show-menu4",,"#",1,
"Sponsors","sponsors.html",,,1,
"Links","show-menu10",,"#",1,
"Contact","mailto:robbextreme@hotmail.com",,,1
]

menu2=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"Web Design","webdesign.html",,,1,
"Robot Design","robotdesign.html",,,1,
"Marketing","marketing.html",,,1,
"Driving","driving.html",,,1,
"Chairman's Award","chairman.html",,,1,
"Team Advisors","advisors.html",,,1
]

menu3=[
,,75,1,"",prop1,,"",effect,,,,,,,
"Pictures","show-menu12",,,1,
"Videos","2002mov.html",,,1,
"Awards", "2002awards.html",,,1
]

	menu12=[
	,,140,1,"",prop1,,"left",effect,,,,,,,
	"RoBBE", "2002pics.html",,,1,
	"Long Island Regional", "show-menu13",,,1,
	"Mid-Atlantic Regional", "mapics.html",,,1
	]

		menu13=[
		,,50,1,"",prop1,,"left",effect,,,,,,,
		"Page 1","lipics1.html",,,1,
		"Page 2","lipics2.html",,,1,
		"Page 3","lipics3.html",,,1,
		"Page 4","lipics4.html",,,1
		]	
menu11=[
,,100,1,"",prop1,,"",effect,,,,,,,
"FIRST","events.html",,,1,
"Team Events","upcomingevents.html",,,1
]


menu4=[
,,60,1,"",prop1,,"",effect,,,,,,,
"2001", "show-menu5",,,1,
"2000", "show-menu6",,,1,
"1999", "show-menu7",,,1,
"1998", "show-menu8",,,1,
"1997", "show-menu9",,,1
]

	menu5=[
	,,65,1,"",prop1,,"left",effect,,,,,,,
	"Awards","2001awards.html",,,1,
	"Pictures","2001pics.html",,,1,
	"Videos","2001mov.html",,,1
	]

	menu6=[
	,,65,1,"",prop1,,"left",effect,,,,,,,
	"Awards","2000awards.html",,,1,
	"Pictures","2000pics.html",,,1
	]

	menu7=[
	,,65,1,"",prop1,,"left",effect,,,,,,,
	"Awards","1999awards.html",,,1,
	"Pictures","1999pics.html",,,1
	]
	
	menu8=[
	,,65,1,"",prop1,,"left",effect,,,,,,,
	"Awards","1998awards.html",,,1,
	"Pictures","1998pics.html",,,1
	]

	menu9=[
	,,65,1,"",prop1,,"left",effect,,,,,,,
	"Awards","1997awards.html",,,1
	]


menu10=[
,,90,1,"",prop1,,"",effect,,,,,,,
"FIRST","javascript:openwin(\"http://www.usfirst.org\")",,,1,
"ETHICON","javascript:openwin(\"http://www.ethiconinc.com\")",,,1,
"BBHS","javascript:openwin(\"http://www.bbrook.k12.nj.us\")",,,1,
"Team Index","javascript:openwin(\"http://www.usfirst.org/robotics/res_art3.htm\")",,1,
]

