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
"FF3300",					// Off Back Color
"ffffff",					// On Font Color
"666666",					// On Back Color
"999999",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Arial,Helvetica,Sans-Serif",	// Font
5,							// Padding
"menu/arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"000099",					// Referer item Font Color (leave this blank to disable)
"FFFF00",					// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
150,					// Top
,					// left
,					// 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
"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
1,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"Home","http://www.acyhs.org/index.html",,"ACYHS Homepage",1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"History","show-menu2",,"ACY History, Loco Rosters, etc.",1,
"Join","show-menu3",,"Membership Information",1,
"Bookstore","show-menu4",,"ACY Items for Sale",1,
"Gallery","http://www.acyhs.org/gallery/index.html",,"Images from the ACYHS Archives",1,
"Interchange","http://www.acyhs.org/interchange/index.html",,"Share Information on the ACY",1,
"ACY&nbspModeler","show-menu6",,"Modeling the Road of Service",1,
"Links","http://www.acyhs.org/links.html",,"Other Useful Websites",1
]

menu2=[
,,170,1,"",prop1,,"left",effect,,,,,,,
"History","http://www.acyhs.org/history.html",,,0,
"Steam Loco Roster","http://www.acyhs.org/history/stearost.html",,,0,
"Diesel Loco Roster","http://www.acyhs.org/history/diesrost.html",,,0,
"Hear an FM Diesel","javascript:openwin(\"http://www.acyhs.org/special/fmsound.html\")",,,0,
"Have You Seen No. 23?","http://www.acyhs.org/special/no23.html",,,0
]

	menu3=[
	,,170,1,"",prop1,,"left",effect,,,,,,,
	"Membership","http://www.acyhs.org/member.html",,,1,
	"Application Form","http://www.acyhs.org/form.html",,,1,
	"Society Events","http://www.acyhs.org/member.html#calendar",,,1,
	"Society Officers","http://www.acyhs.org/member.html#officers",,,1,
	"Members' Email","http://www.acyhs.org/special/emailform.html",,,1
	]

menu4=[
,,170,1,"",prop1,,"left",effect,,,,,,,
"ACYHS News Back Issues","http://www.acyhs.org/store/order.html#magazines",,,1,
"Decals","show-menu5",,,1,
"Depot Model Kits","http://www.acyhs.org/store/depot.html",,,1,
"Maps","http://www.acyhs.org/store/order.html#maps",,,1,
"Photos","http://www.acyhs.org/store/photos/index.html",,,1,
"Video and Specialty Items","http://www.acyhs.org/store/order.html#specialty",,,1,
"Order Form","http://www.acyhs.org/store/order.html",,,1
]

menu5=[,,120,1,,prop1,0,"left",effect,0,,,,,,
"Alco Diesels","http://www.acyhs.org/store/d1d2decl.html",,,1,
"Steam Locomotives","http://www.acyhs.org/store/decal.html",,,1,
"Covered Hoppers","http://www.acyhs.org/store/covhopp.html",,,1,
"USRA Hoppers","http://www.acyhs.org/store/usrahopp.html",,,1
]

menu6=[
,,140,1,"",prop1,,"",effect,,,,,,,
"List of ACY Models", "http://www.acyhs.org/modeler/modelist.html",,,1,
"Modelers' Showcase", "http://www.acyhs.org/modeler/showcase.html",,,1,
"Modeling Articles", "http://www.acyhs.org/modeler/articles.html",,,1,
"2000 Convention Contest", "http://www.acyhs.org/modeler/contest/contest.html",,,1,
"Submit Your Work", "http://www.acyhs.org/modeler/submit.html",,,1
]


