BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"#7a888b",
		bgOVER:"#7a888b"
	},
	css:{
		ON:"toplink",
		OVER:"toplink_hover"
	}
};

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:"#999999",	// color of the item shadow, if any
		bgON:"#bac5cb",		// background color for the items
		bgOVER:"#7a888b"	// 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 ABOUT_ITEMS = [
	{pos:'relative', itemoff:[0,140], leveloff:[0,0], style:NOSTYLE, size:[17,100]},
	{code:'About Us',
		url:"",
		sub:[
			{itemoff:[23,0], leveloff:[23,-6], style:STYLE, size:[24,150]},
			{code:"Mission & Vision", url:"http://www.hospicenorthcoast.org/mission.php"},
			{code:"What is Hospice?", url:"http://www.hospicenorthcoast.org/whatis.php"},
			{code:"Our Promise", url:"http://www.hospicenorthcoast.org/promise.php"},
			{code:"Our Philosophy", url:"http://www.hospicenorthcoast.org/philosophy.php"},
			{code:"Our History", url:"http://www.hospicenorthcoast.org/history.php"},
			{code:"Board of Directors", url:"http://www.hospicenorthcoast.org/board.php"},
			{code:"Hospice Team", url:"http://www.hospicenorthcoast.org/team.php"},
			{code:"Volunteers", url:"http://www.hospicenorthcoast.org/volunteers.php"}
		]
	}
];

var SERVICES_ITEMS = [
	{pos:'relative', itemoff:[0,140], leveloff:[0,0], style:NOSTYLE, size:[17,100]},
	{code:'Services',
		url:"",
		sub:[
			{itemoff:[23,0], leveloff:[23,-6], style:STYLE, size:[24,230]},
			{code:"Patient and Family Services", url:"http://www.hospicenorthcoast.org/patient_family_services.php"},
			{code:"Admission to Hospice Care", url:"http://www.hospicenorthcoast.org/hospice_care.php"},
			{code:"Insurance and Covered Services", url:"http://www.hospicenorthcoast.org/insurance.php"},
			{code:"Frequently Asked Questions", url:"http://www.hospicenorthcoast.org/faq.php"},
			{code:"Bereavement", url:"http://www.hospicenorthcoast.org/bereavement.php"},
			{code:"Our Service Area", url:"http://www.hospicenorthcoast.org/service_area.php"}
		]
	}
];

var PROVIDERS_ITEMS = [
	{pos:'relative', itemoff:[0,140], leveloff:[0,0], style:NOSTYLE, size:[17,110]},
	{code:'For Providers',
		url:"",
		sub:[
			{itemoff:[23,0], leveloff:[23,-6], style:STYLE, size:[24,150]},
			{code:"Transition of Care", url:"http://www.hospicenorthcoast.org/transofcare.php"},
			{code:"Eligibility Guidelines", url:"http://www.hospicenorthcoast.org/eligibility.php"},
			{code:"Articles", url:"http://www.hospicenorthcoast.org/articles.php"},
			{code:"Resource Links", url:"http://www.hospicenorthcoast.org/providerslinks.php"},
			{code:"Our Service Area", url:"http://www.hospicenorthcoast.org/service_area.php"}
		]
	}
];

var DONATIONS_ITEMS = [
	{pos:'relative', itemoff:[0,140], leveloff:[0,0], style:NOSTYLE, size:[17,100]},
	{code:'Donations', url:"http://www.hospicenorthcoast.org/donations.php"}
];

var RSHOP_ITEMS = [
	{pos:'relative', itemoff:[0,140], leveloff:[0,0], style:NOSTYLE, size:[17,100]},
	{code:'Resale Shop', url:"http://www.hospicenorthcoast.org/resale_shop.php"}
];

var NEWS_ITEMS = [
	{pos:'relative', itemoff:[0,140], leveloff:[0,0], style:NOSTYLE, size:[17,140]},
	{code:'News / Calendar',
		url:"",
		sub:[
			{itemoff:[23,0], leveloff:[23,-6], style:STYLE, size:[24,120]},
			{code:"News", url:"http://www.hospicenorthcoast.org/news.php"},
			{code:"Calendar", url:"http://www.hospicenorthcoast.org/events.php"},
			{code:"Resource Links", url:"http://www.hospicenorthcoast.org/links.php"}
		]
	}
];
