BLANK_IMAGE = 'images/pixel.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:'',	// color of the item border, if any		shadow:'',	// color of the item shadow, if any		bgON:'',		// background color for the items		bgOVER:''	// 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	}};var STYLE_AT = {	border:0,			// item's border width, pixels; zero means 'none'	shadow:0,			// item's shadow size, pixels; zero means 'none'	color:{		border:'',	// color of the item border, if any		shadow:'',	// color of the item shadow, if any		bgON:'#f9f2e8',		// background color for the items		bgOVER:''	// background color for the item which is under mouse right now	},	css:{		ON:'clsCMOnAT2',		// CSS class for items		OVER:'clsCMOverAT2'	// CSS class for item which is under mouse	}};var SUB_STYLE = {	border:1,			// item's border width, pixels; zero means 'none'	shadow:0,			// item's shadow size, pixels; zero means 'none'	color:{		border:'#ffffff',	// color of the item border, if any		shadow:'#ffffff',	// color of the item shadow, if any		bgON:'#F9F2E8',		// background color for the items		bgOVER:'#F9F2E8'	// 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	}};var MENU_ITEMS_02 = [	{pos:'relative', itemoff:[0,81], leveloff:[0,0]},	{code:'Home', url:'index.html', format:{itemoff:[0,0], size:[18,38], style:STYLE}	},	{code:'Who We Are', url:'who_we_are.html', format:{itemoff:[0,40], size:[18,70], style:STYLE},		sub:[			{itemoff:[0,200], leveloff:[18,0]},					{code:'About the DHFO Office', url:'who_we_are.html#dhfo', format:{itemoff:[0,0], size:[18,132], style:SUB_STYLE}},									{code:'Mission Statement', url:'who_we_are.html#mission', format:{itemoff:[0,132], size:[18,110], style:SUB_STYLE}}							]	},	{code:'Our Services', url:'our_services.html', format:{itemoff:[0,71], size:[18,74], style:STYLE},		sub:[			{itemoff:[0,200], leveloff:[18,0]},					{code:'Altzheimers', url:'our_services01.html', format:{itemoff:[0,0], size:[18,72], style:SUB_STYLE}},									{code:'Pallative Care & Hospice Program', url:'our_services02.html', format:{itemoff:[0,72], size:[18,184], style:SUB_STYLE}},			{code:'Pain Management', url:'our_services03.html', format:{itemoff:[0,184], size:[18,106], style:SUB_STYLE}},						{code:'Rehab Services', url:'our_services04.html', format:{itemoff:[0,106], size:[18,94], style:SUB_STYLE}}								]	},	{code:'Frequently Asked Questions', url:'faq.html', format:{itemoff:[0,75], size:[18,151], style:STYLE}	},	{code:'Volunteering', url:'volunteering.html', format:{itemoff:[0,152], size:[18,72], style:STYLE}	},	{code:'Employment', url:'employment.html', format:{itemoff:[0,74], size:[18,71], style:STYLE_AT}	},	{code:'Location/Contact', url:'contact.html', format:{itemoff:[0,72], size:[18,80], style:STYLE}	}];