/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'default.aspx', {'tt':'Take me home'}],
	['Directory', 'musiciansearch.aspx', {'tt':'Online member directory'}],
	['Recording', 'Recording.aspx', {'tt':'Online recording collaborations'}],
	['FAQ', 'faq.aspx', {'tt':'Frequently Asked Questions'}],
	['Contact Us', 'contactus.aspx', {'tt':'Send a message to the site admin.'}]
];
