/* Tigra Menu items structure */
var MENU_ITEMS = [
	['BSNC', null, null,
		['Mission Statement', 'mission.html'],
		['History', 'history.html'],
		['Board Members', 'bod.html'],
		['Contact', 'contact.html']
	],
	['Membership', null, null,
		['Benefits', 'benefits.html'],
		['Business Memberships', 'b2b.html'],
		['Member Gallery', 'mgallery.html'],
		['Join', 'join.html'],
	],
	['Bead Bazaar', null, null,
		['About the Bazaar', 'bazaar.html'],
		['Vendors List', 'vendors.html'],
		['Vendor Application', 'vapplication.html'],
	],
	['Philanthropy', null, null,
		['Grants', 'grants.html'],
		['Donations', 'donations.html'],
		['County Fair', 'countyfair.html']
	],
	['Newsletter', null, null,
		['Current Newsletter', 'currentnl.html'],
		['Past Newsletters', 'pastnl.html'],
		['Advertising Info', 'advertising.html'],
	],
	['Events', null, null,
		['Monthly Meetings', 'meetings.html'],
		['Special Seminars', '2008seminars.html'],
		['Speakers', 'speakers.html'],
		['Calendar', 'calendar.html'],
		['Past Events Gallery', 'pastevents.html'],
	],
	['Resources', null, null,
		['Educational', 'education.html'],
		['Member Links', 'member.html'],
		['Misc Links', 'links.html'],
		
	],



];
