BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"navy",		// background color for the items
		bgOVER:"blue"		// 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:[1,200], itemoff:[21,0], leveloff:[0,109], style:STYLE, size:[22,110]},
	{code:"Home", url:"../index.html"},
	{code:"Pastor", url:"../elimpastor.html"},
	{code:"Education", url:"../elimeducation.html"},
	{code:"History", url:"../elimhistory.html"},
	{code:"A Closer Look", url:"../elimfocus.html"},
	{code:"Rehabilitat", url:"../elimrehab.html"},
	{code:"Calendar", url:"../elimhomevisitorCAL.html#cal"},
	{code:"Newsletter", url:"../elimhomevisitor.html#hv"},
	{code:"Contact Info >",
		sub:[
			{itemoff:[21,0], leveloff:[0,109], style:STYLE, size:[22,130]},
			{code:"Map to Elim", url:"../elimfindus.html"},
			{code:"E-mail Pastor", url:"mailto:pastorsue@elim-lutheran.org"},
			{code:"E-mail Elim Office", url:"mailto:elim@elim-lutheran.org"}
		]	
	},
	{code:"Links >",
		sub:[
			{itemoff:[21,0], leveloff:[0,109], style:STYLE, size:[22,520]},
			{code:"Crosswalk - Online Bible. Study tools, Commentaries, Devotions, etc", url:"http://bible.crosswalk.com/"},
			{code:"Praying Church - Post your prayer concerns and have many people pray for you", url:"http://www.prayingchurch.org/"},
			{code:"Enter the Bible - add depth to your Bible studies", url:"http://www.enterthebible.org/Bible.aspx"},
			{code:"ELCA - Evangelical Lutheran Church of America synod home page", url:"http://www.elca.org"},
			{code:"Eastern North Dakota Synod - The local region of the ELCA", url:"http://www.EaNDSynod.org"},
			{code:"God Pause Daily Devotions from Luther Seminary", url:"http://www.luthersem.edu/godpause/daily_view.aspx"},
			{code:"Centered Life - Helping equip Christians to live their faith in God's world", url:"http://www.centeredlife.org"}
		]	
	}

];
