BLANK_IMAGE = '/~masella/menu/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#dddddd",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#808080",		// background color for the items
		bgOVER:"#203560"	// 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:'relative', itemoff:[0,0], leveloff:[29,0], style:NOSTYLE, size:[29,0]},
	{code:'<img src="/images/nav_home.gif" width="98" height="29" alt="Home" />', 
		ocode:'<img src="/images/nav_home_2.gif" width="98" height="29" alt="Home" />', "url":"/index.html", format:{size:[29, 98], itemoff:[0, 0]}, 
		sub:[
			{}
		]
	},
	{code:'<img src="/images/nav_ourfirm.gif" width="120" height="29" alt="Our Firm" />',
		ocode:'<img src="/images/nav_ourfirm_2.gif" width="120" height="29" alt="Our Firm" />', "url":"/our_firm/", format:{size:[29, 120], itemoff:[0, 98]}, 
		sub:[]
	},
	{code:'<img src="/images/nav_staff.gif" width="166" height="29" alt="Staff" />', 
		ocode:'<img src="/images/nav_staff_2.gif" width="166" height="29" alt="Staff" />', "url":"/staff/robert.php", format:{size:[29, 166], itemoff:[0, 120]}, 
		sub:[
			{size:[25, 166], itemoff:[25,0], style:STYLE},
			{code:"Our Attorneys", "url":"/staff/robert.php"},
			{code:"Our Staff", "url":"/staff/staff.php"},
		]
	},
	{code:'<img src="/images/nav_practiceareas.gif" alt="Choose From Menu" width="152" height="29" alt="Practice Areas" />', 
		ocode:'<img src="/images/nav_practiceareas_2.gif" alt="Choose From Menu width="152" height="29" alt="Practice Areas" />', "url":"#", format:{size:[29, 152], itemoff:[0, 166]},
		sub:[
			{size:[25, 152], itemoff:[25,0], style:STYLE},
			{code:"Personal Injury", "url":"/south_carolina_personal_injury_lawyers/"},
			{code:"Domestic/Family Law ", "url":"/south_carolina_divorce_attorneys/"},
			{code:"Criminal Law", "url":"/south_carolina_criminal_defense_attorney/"},
			{code:"Workers' Compensation", "url":"/south_carolina_workers_comp_attorney/"},
			{code:"Other Litigation", "url":"/south_carolina_divorce_attorneys/other_litigation.php"},
		]
	},
	{code:'<img src="/images/nav_faqs.gif" width="93" height="29" alt="Faqs" />',
		ocode:'<img src="/images/nav_faqs_2.gif" width="93" height="29" alt="Faqs" />', "url":"#", format:{size:[29, 93], itemoff:[0, 152]},
		sub:[
			{size:[25, 135], itemoff:[25,0], style:STYLE},
			{code:"Workers' Compensation", "url":"/faqs/workers_comp.php"},
			{code:"Personal Injury", "url":"/faqs/pi.php"},
			{code:"DUI", "url":"/faqs/index.php"},
		]
	},
	{code:'<img src="/images/nav_helpfullinks.gif" width="150" height="29" alt="Helpful Links" />',
		ocode:'<img src="/images/nav_helpfullinks_2.gif" width="150" height="29" alt="Helpful Links" />', "url":"/helpful_links/", format:{size:[29, 150], itemoff:[0, 93]}, 
		sub:[
			{size:[25, 155], itemoff:[25,0], style:STYLE},
			{code:"S.C. Child Support Calculator", "url":"http://www.state.sc.us/dss/csed/calculator.htm"},
			{code:"Financial Declaration", "url":"http://www.masellalaw.com/docs/FinancialDec.doc"},
			{code:"Other Links", "url":"/helpful_links/"}
		]
	},
	{code:'<img src="/images/nav_contact.gif" width="121" height="29" alt="Contact Us" />',
		ocode:'<img src="/images/nav_contact_2.gif" width="121" height="29" alt="Contact Us" />', "url":"/contact/", format:{size:[29, 121], itemoff:[0, 150]}, 
		sub:[
			{size:[25, 121], itemoff:[25,0], style:STYLE},
			{code:"Contact Us", "url":"/contact/"},
			{code:"Locations", "url":"/contact/locations.php"},
			{code:"Refer Friend", "url":"/contact/refer.php"}
		]
	}
];
