BLANK_IMAGE = 'images/b.gif';
//top = '669999';
//bottom = 'cc9933'; 

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
					// background color for the items
					// 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
	}
};

//{pos:[700,20], itemoff:[21,0], leveloff:[0,-99], style:STYLE, size:[42,200]},

var MENU_ITEMS = [
	{pos:[601,5], itemoff:[0,70], leveloff:[21,0], style:STYLE, size:[32,80]},

	{code:"Home","url":"./index.html"

	},

	{code:"Services","url":"./services.htm",
	  sub:[
     	   {itemoff:[21,0]},
     	   
	        {code:"Chiropractic","url":"./chiropractic.htm"},
        	{code:"Massage",     "url":"./massage.htm"     },
        	{code:"Rehab",       "url":"./rehab.htm"       },
        	{code:"Prevention",  "url":"./prevention.htm"  }
		]
	},


	{code:"Patients","url":"./patients.htm",
	  sub:[
     	   {itemoff:[21,0]},
     	   
        	{code:"FAQ",       "url":"./faq.php?category=patients"       },
        	{code:"Links",     "url":"./links.php?category=patients"     },
        	{code:"Newsletter","url":"./news.php?category=patients"},
        	{code:"Insurance", "url":"./insurance.htm" },
        	{code:"Schedule",  "url":"./schedule.php"  },
        	{code:"Forms",     "url":"./forms.htm"     }
		]
	},

	{code:"Doctors","url":"./doctors.htm",
	  sub:[
     	   {itemoff:[21,0]},
     	   
		{code:"FAQ",       "url":"./faq.php?category=physicians"       },
		{code:"Links","url":"./links.php?category=physicians"},
		{code:"Spinal Review","url":"./news.php?category=physicians"}

		]

	},
	{code:"About","url":"./about.htm",
	  sub:[
	   {itemoff:[21,0]},
	        {code:"Philosophy","url":"./philosophy.htm"	},
	        {code:"Staff",	"url":"./staff.htm"		},
        	{code:"Employment",	"url":"./employment.php"},
		{code:"Promotions",	"url":"./promotions.htm"},
		{code:"Contact","url":"./contact.php"		}
		]		
	}
];
