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:'ffffff',	// color of the item border, if any		shadow:'ffffff',	// color of the item shadow, if any		bgON:'#701471',		// background color for the items		bgOVER:'#8E598F'	// 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 STYLE_AT = {	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:'#8E5792',		// background color for the items		bgOVER:'#8E598F'	// background color for the item which is under mouse right now	},	css:{		ON:'clsCMOn3',		// CSS class for items		OVER:'clsCMOver3'	// 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:'#701471',	// color of the item border, if any		shadow:'#ffffff',	// color of the item shadow, if any		bgON:'#ffffff',		// background color for the items		bgOVER:'#ffffff'	// 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_01 = [	{pos:'relative', itemoff:[0,0], leveloff:[0,0]},	{code:'HOME', url:'index.html', format:{itemoff:[25,0], size:[25,195], style:STYLE_AT}	},	{code:'OUR SERVICES', url:'services.html', format:{itemoff:[24,0], size:[25,195], style:STYLE},		sub:[			{itemoff:[0,0], leveloff:[0,194]},					{code:'Digital Mammography', url:'services.html#mammography', format:{itemoff:[24,0], size:[25,195], style:SUB_STYLE}},									{code:'Computer-Aided Detection', url:'services.html#cad', format:{itemoff:[24,0], size:[25,195], style:SUB_STYLE}},			{code:'Breast Ultrasound', url:'services.html#ultrasound', format:{itemoff:[24,0], size:[25,195], style:SUB_STYLE}},			{code:'Breast Biopsy', url:'services.html#biopsy', format:{itemoff:[24,0], size:[25,195], style:SUB_STYLE}},						{code:'Bone Density Exam', url:'services.html#density', format:{itemoff:[24,0], size:[25,195], style:SUB_STYLE}}								]	},	{code:'ABOUT OUR STAFF', url:'staff.html', format:{itemoff:[24,0], size:[25,195], style:STYLE}	},	{code:'PATIENT EDUCATION', url:'education.html', format:{itemoff:[24,0], size:[25,195], style:STYLE}	},	{code:'SCHEDULING APPOINTMENTS', url:'appointments.html', format:{itemoff:[24,0], size:[25,195], style:STYLE}	},	{code:'INSURANCE INFORMATION', url:'insurance.html', format:{itemoff:[24,0], size:[25,195], style:STYLE}	},	{code:'FINANCIAL ASSISTANCE', url:'assistance.html', format:{itemoff:[24,0], size:[25,195], style:STYLE}	},	{code:'FREQUENTLY ASKED QUESTIONS', url:'faq.html', format:{itemoff:[24,0], size:[25,195], style:STYLE}	},	{code:'LOCATION / CONTACT', url:'contact.html', format:{itemoff:[24,0], size:[25,195], style:STYLE}	}];