BLANK_IMAGE = '/images/b.gif';

var ITEMS = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#f1f1f1",	// color of the item border, if any
		shadow:"#F0B5B5",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#666666"	// 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 HEADER = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#F0B5B5",	// color of the item border, if any
		shadow:"#B3B4B3",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#ED1B24"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsheaderOn",		// CSS class for items
		OVER:"clsheaderOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,77], leveloff:[35,0],  "size":[0,0]},
	{code:"<img src='/images/homeA.gif' width='77' height='35' />", url:"index.asp", "format":{"itemoff":[0,77],"size":[35,77] }  
	},
	
	{code:"<img src='/images/productsA.gif' width=95 height=35 />",  "format":{"itemoff":[0,77],"size":[35,95] ,url:"/shoes.asp"}
		
	},
	{code:"<img src='/images/technologyico.gif' width=95 height=35 />",  "format":{"itemoff":[0,97],"size":[35,95] ,url:"/technology.asp"}
	},
	{code:"<img src='/images/storeA.gif' width=125 height=35 />",  "format":{"itemoff":[0,95],"size":[35,125],url:"/storelocator.asp"}
	},
	{code:"<img src='/images/footA.gif' width=107 height=35 />",  "format":{"itemoff":[0,125],"size":[35,107],url:"/foot00.asp"}
	,
	sub:[
			{itemoff:[21,0], "style":ITEMS,"size":[22,190] },
			{code:"Health Tools", url:"/foot.asp"},
			{code:"Taking care of your feet ", url:"/foot_care.asp"},
			{code:"FAQ’s", url:"/foot_fqa.asp"}		
		]
	},
	
	{code:"<img src='/images/professionalA.gif' width=195 height=35 />",  "format":{"itemoff":[0,107],"size":[35,195]},
	sub:[
			{itemoff:[21,0], "style":ITEMS,"size":[22,190] },
			{code:"Healthcare Professionals  ", url:"/professionals01.asp"},
			{code:"Sadmerc Letters &amp; Forms ", url:"/professionals4.asp"},
			{code:"Who Qualifies ", url:"/professionals3.asp"},
			{code:"Documentation Requirements", url:"/professionals1.asp"},
			{code:"Coding Information", url:"/professionals2.asp"},
			{code:"Billing information ", url:"/professionals.asp"},
			{code:"Training Video ", url:"/training.asp"}

		]

		},
	{code:"<img src='/images/news_icon.gif' width=101 height=35 />",  "format":{"itemoff":[0,198],"size":[35,125],url:"/news.asp"}
	},
	

	{code:"<img src='/images/contactA.gif' width=115 height=35 />",  "format":{"itemoff":[0,80],"size":[35,115],url:"contactus.asp"}
			},
			
	
];

