timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"000000",					// Off Font Color
"8191AA",					// Off Back Color
"FFFFFF",					// On Font Color
"233550",					// On Back Color
"101927",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
4,							// Padding
"images/plus.jpg",		// 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)
]

prop2=[						// prop1 is an array of properties you can have as many property arrays as you need
"000000",					// Off Font Color
"B6C4D8",					// Off Back Color
"FFFFFF",					// On Font Color
"233550",					// On Back Color
"233550",					// Border Color
9,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"images/plus.jpg",		// Sub Menu Image
,							// 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
140,				// Top
0,	  				// left
148,				// Width
,					// 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
0, 					// 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"
"ABOUT US","show-menu2",,"#",1,
"NEWS & EVENTS","news.html",,,1,
"CLASSES & TRAININGS","classes.html",,,1,
"ONLINE FORMS","forms.html",,,1,
"EMPLOYMENT OPPORTUNITIES","employment.html",,,1,
"MSA CALENDAR","show-menu3",,"#",1,
"PHOTO GALLERY","gallery.html",,,1,
"AWARDS","show-menu4",,"#",1,
"SPONSORS","sponsors.html",,,1,
"RELATED LINKS","links.html",,,1,
"CONTACT US","contact.html",,,1
]

	// About Us
	menu2=[
	,,160,1,"",prop2,,"left",,,,,,,,
	"History","history.html",,,1,
	"Mission Statement","mission.html",,,1,
	"Constitution & By-Laws","constitution.html",,,1,
	"Officers & Board of Directors","officers.html",,,1,
	"Lifetime/Honorary Members","honorary.html",,,1,
	"Committee Members","committee.html",,,1
	]

	// Calendar
	menu3=[
	,,80,1,"",prop2,,"left",,,,,,,,
	"January","jan.html",,,1,
	"February","feb.html",,,1,
	"March","mar.html",,,1,
	"April","apr.html",,,1,
	"May","may.html",,,1,
	"June","jun.html",,,1,
	"July","jul.html",,,1,
	"August","aug.html",,,1,
	"September","sep.html",,,1,
	"October","oct.html",,,1,
	"November","nov.html",,,1,
	"December","dec.html",,,1
	]

	// Awards
	menu4=[
	,,120,1,"",prop2,,"left",,,,,,,,
	"Peter W. Walsh Award","walsh_award.html",,,1,
	"Scholarship Award","scholarship.html",,,1,
	"Manager of the Year","manager_award.html",,,1,
	"Vendor of the Year","vendor_award.html",,,1
	]
																																																																																																						
