/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index2.html', {'tw':'_self','tt':'','sw':'56'}],
	['About Us', '', {'tw':'_self','tt':'','sw':'76'},
		['About Our Firm', '/ourfirm.html', {'tw':'_self','tt':''}],
		['About Michael Menard', '/menard.html', {'tw':'_self','tt':''}],
	],	
	['Personal<br>Injury', 'pi.html', {'tw':'_self','tt':'','sw':'80'}],
/*		['Overview', '/pi.html', {'tw':'_self','tt':''}],
		['Our Process', '/pi-process.html', {'tw':'_self','tt':''}],
	],*/
	/*	['Practice<br>Areas', '/practice.html', {'tw':'_self','tt':''},
		['Motor Vehicle Accidents', '/vehacc.html', {'tw':'_self','tt':''}],
		['Boating Accidents', '/boating.html', {'tw':'_self','tt':''}],
		['Death Claims', '/death.html', {'tw':'_self','tt':''}],
		['Construction Accidents', '/construction.html', {'tw':'_self','tt':''}],
		['Dog Bites', '/dogbites.html', {'tw':'_self','tt':''}],
		['Medical Negligence', '/medneg.html', {'tw':'_self','tt':''}],
		['Fall-down Injuries', '/falldown.html', {'tw':'_self','tt':''}],
		['Injuries from Defective Products', '/proddef.html', {'tw':'_self','tt':''}],
		['Sexual Harassment in the Workplace', '/harassment.html', {'tw':'_self','tt':''}],
	], */
	['Arbitration<br>& Mediation', '/arbitration.html', {'tw':'_self','tt':'','sw':'100'}],
	['Referrals', '/referrals.html', {'tw':'_self','tt':'','sw':'80'}],	
	['News and<br>Articles', 'news.html', {'tw':'_self','tt':'','sw':'88'}],
	['Links', 'links.html', {'tw':'_self','tt':'','sw':'56'}],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'88'}],
];

