BLANK_IMAGE = 'images/pixel.gif';var STYLE = {	border:1,			// 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:'#73A393',		// background color for the items		bgOVER:'#F9F2E8'	// 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 SUB_STYLE = {	border:0,			// 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:'clsCMOn1a',		// CSS class for items		OVER:'clsCMOver1a'	// CSS class for item which is under mouse	}};var MENU_ITEMS_01 = [	{pos:'relative', itemoff:[0,81], leveloff:[0,0]},	{code:'ELDERSFIRST', url:'elders_first.html', format:{itemoff:[0,0], size:[30,185], style:STYLE}	},	{code:'BETHANY HOUSE', url:'bethany_house.html', format:{itemoff:[30,0], size:[30,185], style:STYLE}	},	{code:'SKILLED CARE', url:'skilled_care.html', format:{itemoff:[30,0], size:[30,185], style:STYLE},		sub:[			{itemoff:[0,200], leveloff:[30,1]},					{code:'Catholic Memorial Home', url:'skilled_care01.html', format:{itemoff:[0,0], size:[20,184], style:SUB_STYLE}},									{code:'Madonna Manor', url:'skilled_care02.html', format:{itemoff:[20,0], size:[20,184], style:SUB_STYLE}},			{code:'Marian Manor', url:'skilled_care03.html', format:{itemoff:[20,0], size:[20,184], style:SUB_STYLE}},						{code:'Our Ladys Haven', url:'skilled_care04.html', format:{itemoff:[20,0], size:[20,184], style:SUB_STYLE}},			{code:'Sacred Heart Home', url:'skilled_care05.html', format:{itemoff:[20,0], size:[20,184], style:SUB_STYLE}}								]	}];