BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#CCCCCC",		// background color for the items
		bgOVER:"#B6BDD2"	// 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 MENU_ITEMS = [
	{"pos":[0,87], "itemoff":[0,69], "leveloff":[21,5], "style":STYLE, "size":[22,140]},
{code:"Home",url:"index.cfm"},
{code:"Search",url:"search_search_form.cfm"},
{code:"About",
		sub:[
			{itemoff:[21,0]},
			{code:"History","url":"about_history.cfm"},
			{code:"Sample Archive","url":"about_sample_archive.cfm"},
			{code:"Pubs and Sources","url":"about_pubs_sources.cfm"}
		]
	},
{code:"Related Collections","format":{"size":[22,140]},
		sub:[
			{itemoff:[21,0]},
			{code:"WMHS Enrollment","url":"http://www.wmhs.org/html/enroll.html"},
			{code:"Marine Subject Files","url":"related_marine_subject.cfm"}
		]
	},
{code:"Illustrations", "format":{"itemoff":[0,139]},
		sub:[
			{itemoff:[21,0]},
			{code:"MVUS Ship Diagrams","url":"illustrations_mvus.cfm"},
			{code:"Various Maps","url":"illustrations_various_maps.cfm"}
		]
	},
{code:"Ordering",url:"ordering.cfm"},
{code:"Links",
		sub:[
			{itemoff:[21,0]},
			{code:"WMHS","url":"http://www.wmhs.org"},
			{code:"MPL","url":"http://www.mpl.org"},
			{code:"WCMP","url":"http://www.doa.state.wi.us/section.asp?linkid=65&locid=9"},
			{code:"NOAA","url":"http://www.noaa.gov"}
		]
	},
{code:"Contact Us",url:"contact.cfm"}
];

