﻿window.status = "Free and Redeemed In Christ Ministries · phone 509.885.3689 · FreeAndRedeemed.org";

BLANK_IMAGE = '/images/b.gif';

//styles
var STYLE1 = {"border":0, "borders":[0,0,0,0], "shadow":0,
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class for item which is under mouse
	},
		color:{
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#ffffee"	// background color for the item which is under mouse right now
	}
};

var STYLE2 = {
	border:1,			// item's border width
  borders:[1,1,1,1],
	shadow:1,			// item's shadow size
	color:{
		border:"#aa66ff",	// color of the item border, if any
		shadow:"#f5f5f5",	// color of the item shadow, if any
		bgON:"#f9fbff",		// background color for the items
		bgOVER:"#ffffee"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class for item which is under mouse
	}
};

//items and formats
var MENU_ITEMS =
[
	{"pos":"relative", "leveloff":[29,3], "delay":500, "style":STYLE1},
	{code:"About Us", url:"about-us.htm", "format":{"size":[20,100]}},
	{code:"Our Ministries", url:"", "format":{"size":[20,130], "itemoff":[0,100]},
    sub:[
		  {style:STYLE2, size:[34,260], itemoff:[33,0]},
		  {code:"Vineyard Praise and Worship Center", url:"vineyard-center.htm", alt:"", status:"Vineyard Praise and Worship Center"},
			{code:"The Treasure Chest &nbsp;(Orphan's Home)", url:"treasure-chest.htm", alt:"", status:"The Treasure Chest (Orphan's Home)"},
			{code:"Ruby's Hall &nbsp;(for un-wed Mothers)", url:"rubys-hall.htm", alt:"", status:"Ruby's Hall (for un-wed Mothers)"},
			{code:"Jewel's Hall &nbsp;(for Widows)", url:"jewels-hall.htm", alt:"", status:"Jewel's Hall (for Widows)"},
			{code:"School of Language and Arts Selah", url:"school-language-arts.htm", alt:"", status:"School of Language and Arts Selah"},
		]
	},
	{code:"Ministry Blog", alt:'The latest news from Free & Redeemed in Christ Ministries', url:"freeandredeemed-blog.htm", "format":{"size":[20,150], "itemoff":[0,130]}},
	{code:"Ministry Support", url:"ministry-support.htm", "format":{"size":[20,150], "itemoff":[0,150]}},
	{code:"Contact Us", url:"contact-us.aspx", "format":{"size":[20,115], "itemoff":[0,150]}},
	{code:"Home", url:"index.htm", "format":{"size":[20,65], "itemoff":[0,115]}},
];
