BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE1 = {
	border:1,			// WHO WE ARE item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#999999",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#FFD693"	// 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,			// WHAT WE DO item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#999999",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#D0E5FA"	// 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 STYLE3 = {
	border:1,			// WHAT'S NEW item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#999999",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#E6F886"	// 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 STYLE4 = {
	border:1,			// HOW TO HELP item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#999999",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#E1C1F9"	// 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:[169,77], itemoff:[0,99], leveloff:[0,0], style:NOSTYLE, size:[22,50]},
	{code:"", url:"index.html" },
			
	{code:"", url:"whoweare.html" , format:{itemoff:[0,77]},
		sub:[
			{itemoff:[23,0], leveloff:[23,0], style:STYLE1,size:[25,74]},
			{code:"Overview" , url:"whoweare.html" },
			{code:"History" , url:"history.html" },
			{code:"Board" , url:"board.html" },
			{code:"Staff" , url:"staff.html"}
		]
	},
	{code:"", url:"whatwedo.html" ,format:{itemoff:[0,97]},
		sub:[
			{itemoff:[23,0], leveloff:[23,0], style:STYLE2, size:[25,200]},
			{code:"Overview", url:"whatwedo.html" },
			{code:"Multi-family Program", url:"multifamilyprogram.html" },
{code:"Resident Services", url:"residentservices.html" },
{code:"Single-family Program", url:"singlefamilyprogram.html" },
			{code:"Owner-Occupied Repair Program" , url:"serveourseniors.html" },
			{code:"Special Projects" , url:"specialprojects.html" },
			{code:"Client Stories" , url:"clientstories.html"	}
		]
	},
	{code:"", url:"whatsnew.html" , format:{itemoff:[0,96]},
		sub:[
			{itemoff:[23,0], leveloff:[23,0], style:STYLE3, size:[25,70] },
			{code:"Overview" , url:"whatsnew.html"},
			{code:"Newsletter" , url:"newsletters.html"}
		]
	},
	{code:"", url:"howtohelp.html" ,format:{itemoff:[0,91]},
		sub:[
			{itemoff:[23,0], leveloff:[23,0], style:STYLE4, size:[25,100] },
			{code:"Overview", url:"howtohelp.html" },
			{code:"Online Donation", url:"onlinedonations.html" }
			
		]
	},
	{code:"", format:{itemoff:[0,96]} , url:"links.html"
		},
			
	{code:"", format:{itemoff:[0,91]} , url:"contactus.html"
			}



];
