/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://chesslawfirm.com'],
	['About Us', null, null,
		['Who We Are', 'http://chesslawfirm.com/about_us/rick.htm'],
		['What We Do', 'http://chesslawfirm.com/about_us/whatwedo.htm'],
		['Contact Us', 'http://chesslawfirm.com/about_us/contact_us.html']
	],
	['Newsletters', null, null,
		['Archive', 'http://chesslawfirm.com/archives/csvread.pl?mydatabase=db6&mytemplate=tp6'],
		['Search Archive', 'http://chesslawfirm.com/zoom/search.php']
	],
	['Speaking Events', 'http://chesslawfirm.com/event/index.shtml']
];

