BLANK_IMAGE = 'images/TemplateArt/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"orange",	// color of the item border, if any
//		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#9A0000",		// background color for the items
		bgOVER:"orange"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
//		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"yellow",		// background color for the items
		bgOVER:"orange",	// background color for the item which is under mouse right now
		color: "black"
	},
	css:{
		ON:"clsCMOver",		// CSS class for items
		OVER:"clsCMOver"	// CSS class for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[11,62], leveloff:[21,0], itemoff:[0,99],style:STYLE, size:[21,100], delay:200}, //SIZE OF ITEMS
	{code:"Home", url:"index.php",format:{size:[21,49]}},
	{code:"Visitor Info",format:{size:[21,83],itemoff:[0,48]}, //ITEMOFF IS OFFSET FROM PREVIOUS ITEM'S TOP LEFT
		sub:[
			{size:[21,200],itemoff:[20,0]},
			{code:"Hours & Schedule", url:"programs.htm"},
			{code:"Map & Driving Directions", url:"location.htm"},
			{code:"Calendar", url:"scrm-cal.htm"},
			{code:"Special Events",url:"scrm-cal.htm",
				sub:[
				{size:[21,140],leveloff:[0,100],style:STYLE2},
				{code:"Easter Bunny Express", url:"scrm-cal.htm#EBX"},
				{code:"Goleta Railroad Days", url:"_grrdaze/index.php"},
				{code:"Steaming Summer", url:"scrm-cal.htm#SS"},
				{code:"Depot Day", url:"scrm-cal.htm#DDAY"},
				{code:"Candy Cane Train", url:"scrm-cal.htm#CANDY"},
				{code:"Other Events", url:"scrm-cal.htm"},
				]
			},
			{code:"Rides",
				sub:[
				{size:[21,120],leveloff:[0,100],style:STYLE2},
				{code:"Miniature Train", url:"rides.htm#train"},
				{code:"Handcar", url:"rides.htm#handcar"},
				{code:"Free-Ride Days", url:"scrm-cal.htm#FREEDAYS"},
				]
			},
			{code:"Caboose", url:"caboose.htm"},
			{code:"Museum Brochure", url:"PDF/BrochureRackCard.pdf"},
			{code:"Birthday Parties At Museum", url:"PDF/PartyBrochure.pdf"},

]	
	},
			{code:"About Us",url:"AboutMuseum.htm",format:{size:[21,76],itemoff:[0,82]},
		sub:[
			{size:[21,200],itemoff:[20,0]},
			{code:"Our Mission", url:"purpose.htm"},
			{code:"Education",url:"",
				sub:[
				{size:[21,170],leveloff:[0,100],style:STYLE2},
				{code:"Coast Starlight Program", url:"CoastStarlightProgram.htm"},
				{code:"Lecture Series", url:"scrm-cal.htm#TALKS"},
				{code:"Gandy Dancer Theater", url:"scrm-cal.htm#FILMS"},
				{code:"Model Railroad Exhibit", url:"ModelRR.htm"},
				]
			},
			{code:"Meet The Museum Family", url:"PeopleTop.htm"},
			{code:"Parent Organization", url:"orghist.htm"},
			{code:"Newsletter Archive", url:"depotdispatch.htm"},
			{code:"Image Galleries", url:"http://rrmuseum.smugmug.com"},
			{code:"Online Store", url:"STORE1.htm"},
		]
	},

		{code:"Support The Museum",format:{size:[21,140],itemoff:[0,75]},
		sub:[
			{size:[21,180],itemoff:[20,0]},
			{code:"Make A Donation", url:"location.htm#membership"},
			{code:"Become A Museum Member", url:"location.htm#membership"},
			{code:"Volunteer Opportunities", url:"Volunteers.htm"},
		]
	},
		{code:"Goleta Depot",url:"AboutDepot.htm",format:{size:[21,95],itemoff:[0,139]},
		sub:[
			{size:[21,260],itemoff:[20,0]},
			{code:"History & Architecture", url:"depohist.htm"},
			{code:"A Visit To The Freight Office", url:"freightoffice.htm"},
			{code:"Artists' Views Of The Historical Landmark", url:"ArtistsViews.htm"},
			{code:"Virtual Walking Tour Of Goleta Depot", url:"WalkingTour.htm"},
			{code:"Chronology: Goleta Depot & SP Coast Route", url:"Timeline0.htm"},
			{code:"Image Galleries: Goleta Depot History & Architecture", url:"http://rrmuseum.smugmug.com/Goleta Depot - History & Architecture"},
		]
	},
	{code:"Trains & RRs", url:"AboutTrains.php", format:{size:[21,94],itemoff:[0,94]},
		sub:[
			{size:[21,320],itemoff:[20,0]},
			{code:"Technical Reference: Trains & Railroads", url:"rr_reference.php"},
			{code:"Trains In The Movies", url:"rr_movies.php"},
			{code:"Railroad Tunes - Songs Of The Rails", url:"rr_songs.php"},
			{code:"Trains In English Verse", url:"rr_verse.php"},
			{code:"Links To Other Sites Of Interest", url:"rr_links.php"},
			{code:"Kid's Crossing: Activities For Young Visitors", url:"kids_crossing.php"},
			{code:"High-Speed Rail: For California & Around The World", url:"rr_high_speed_rail.php"},
		]
	},
	{code:"Contact Us",format:{size:[21,80],itemoff:[0,93]},
		sub:[
		    {size:[21,160],itemoff:[20,0]},
			{code:"Send Us An Email", url:"contact.php"},
			{code:"Phone & Mailing Address", url:"location.htm"},
		]
	},
	{code:"Search", url:"_zoomsearch/search.php", format:{size:[21,58],itemoff:[0,79]}},
];
