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:"",		// background color for the items
		bgOVER:"#dff2ff"	// 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:[20,106], itemoff:[21,0], leveloff:[0,100], style:STYLE, size:[22,130]},
	{code:"Why Cremation",url:"index.php"
	},
	{code:"The Process",url:"process.php"
	},
	{code:"Questions",url:"questions.php"
	},
	{code:"Membership",url:"membership.php"
	},
	{code:"Prices",url:"prices.php"
	},
	{code:"Urns",url:"urns.php"
	},
	{code:"Veterans Services",url:"veterans.htm"
	},
	{code:"Our Facilities",url:"facility.php"
	},
	{code:"Forms",url:"forms.php"
	},
	{code:"Obituaries",url:"obits.php"
	},
	{code:"Contact Us",url:"contacts.php"
	}
];
