BLANK_IMAGE = 'b.gif';var STYLE = {	border:1,			// item's border width, pixels; zero means "none"	shadow:1,			// item's shadow size, pixels; zero means "none"	color:{		border:"#FED17B",	// color of the item border, if any		shadow:"#330099",	// color of the item shadow, if any		bgON:"white",		// background color for the items		bgOVER:"#FED17B"	// 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:[10,236], itemoff:[18,0], leveloff:[0,119], style:STYLE, size:[19,120]},	{code:"Home", url:"index.html"},	{code:"About Us", url:"aboutus.html",		sub:[			{},			{code:"Who We Are", url:"aboutus.html#whoweare"},			{code:"What We Do", url:"aboutus.html#whatwedo"}		]		},	{code:"Energy Medicine", url:"energy.html",		sub:[			{},			{code:"Holistic Medicine", url:"energy.html#holistic"},			{code:"Vibrational Medicine", url:"energy.html#vibrational"},			{code:"Medical Intuitive", url:"energy.html#intuitive"},			{code:"Radionics", url:"energy.html#radionics"}		]		},	{code:"Articles", url:"articles.html",		sub:[			{},			{code:"Holistic Healing", url:"art-holistichealing.html"},			{code:"Holistic Medicine", url:"energy.html#holistic"},			{code:"Vibrational Medicine", url:"energy.html#vibrational"},			{code:"Medical Intuitive", url:"energy.html#intuitive"},			{code:"Radionics", url:"energy.html#radionics"},			{code:"Creating Illness", url:"wellness.html"},			{code:"Vaccines/Nosodes", url:"nosodes.html"}		]		},	{code:"Appointments",url:"appointments.html",		sub:[			{},			{code:"Scheduling", url:"appointments.html#scheduling"},			{code:"Protocol", url:"appointments.html#protocol"},			{code:"Forms", url:"appointments.html#forms"},			{code:"Payment", url:"appointments.html#payment"},			{code:"Consult", url:"appointments.html#consult"}		]		},	{code:"Registration",url:"#",		sub:[			{},			{code:"Form for Animals", url:"http://animals.donnastarita.com"},			{code:"Form for People", url:"http://people.donnastarita.com"}		]		},	{code:"Contact Us", url:"contact.html",		sub:[			{},			{code:"Phone", url:"contact.html#phone"},			{code:"Directions", url:"contact.html#directions"},			{code:"Map", url:"contact.html#map"}		]		}];