/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['About Kaufman Law', '/index.htm', null,
		['About David Kaufman', '/AboutDavidKaufman.htm'],
		['About Karate Law', '/AboutKarateLaw.htm'],
		['About You', '/AboutYou.htm'],
	],
	['Services', '/services.htm', null,
		['Appeals', '/Appeals.htm'],
		['Corporate/Business Matters', '/BuySellAgreements.htm'],
		['Litigation', '/ComplexCommercialIssues.htm'],
		['Unfair Business Practices', '/UnfairCompetition.htm'],
		['Real Estate & Dirt Law', '/PropertyRights.htm'],
	],
	['Resources', '/PublicResources.htm', null,
		['Attorney Resources', '/AttorneyResources.htm'],
		['Blogs', '/Blog.htm'],
		['Public Resources', '/PublicResources.htm'],
		['Publications', '/PublicationsandPresentations.htm'],
		['Useful Links', '/UsefulLinks.htm'],
	],
	['FAQs', '/FAQs.htm'],
	['Testimonials', '/Testimonials.htm'],
	['Quick Contact', '/ContactUs.htm'],
];

