/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'80'}],
	['About Us', '', {'tw':'_self','tt':'','sw':'100'},
		['About the Chorus', 'aboutus.html', {'tw':'_self','tt':'','sw':'190'}],	
/*		['Music Director', 'musicdirector.html', {'tw':'_self','tt':'','sw':'190'}],
		['Our Accompanists', 'accompanists.html', {'tw':'_self','tt':'','sw':'190'}],*/
		['Directors and Staff', 'boardofdirectors.html', {'tw':'_self','tt':'','sw':'190'}],
		['Education', 'education.html', {'tw':'_self','tt':'','sw':'190'}], 
		['In The News', 'news.html', {'tw':'_self','tt':'','sw':'120'}] 
	],	
	['Membership', '', {'tw':'_self','tt':'','sw':'130'},
		['Our Members', 'ourmembers.html', {'tw':'_self','tt':'','sw':'120'}],
/*		['Join Us', 'membership2.html', {'tw':'_self','tt':'','sw':'120'}], */
		['Auditions', 'auditions.html', {'tw':'_self','tt':'','sw':'120'}],	
		['Member Log In', '/wordpress', {'tw':'_blank','tt':'','sw':'120'}]
	],	
	['Concert Season', '', {'tw':'_self','tt':'','sw':'140'},
		['Buffalo Sings!', 'schedule2011.html', {'tw':'_self','tt':'','sw':'120'}],
		['Guest Appearances', 'schedule2011guestappearances.html', {'tw':'_self','tt':'','sw':'120'}],		
	/*	['2011 - 2012 Brochure', '/PDF/BuffaloSingsBrochure2012-sm.pdf', {'tw':'_blank','tt':'','sw':'120'}], */
		['Sponsors', 'sponsors.html', {'tw':'_self','tt':'','sw':'120'}]
	/*	['Concerts with the BPO', 'bpo.html', {'tw':'_self','tt':'','sw':'120'}],
		['Buy Tickets!', 'tickets.html', {'tw':'_self','tt':'','sw':'120'}] */
	],
	['Buy', '', {'tw':'_blank','tt':'','sw':'64'},
		['Buy Tickets', 'http://www.goestores.com/catalog.aspx?Merchant=buffalophilharmonicchorus&DeptID=235384', {'tw':'_blank','tt':'','sw':'64'}],
		['Buy Merchandise', 'http://www.goestores.com/catalog.aspx?Merchant=buffalophilharmonicchorus&DeptID=275847', {'tw':'_blank','tt':'','sw':'64'}],
	/*	['Buy Tickets!', 'tickets.html', {'tw':'_self','tt':'','sw':'120'}],
		['Buy CDs', 'cds.html', {'tw':'_self','tt':'','sw':'120'}],
		['Buy Merchandise', 'merchandise.html', {'tw':'_self','tt':'','sw':'120'}],
		['Take Our Survey', 'https://app.expressemailmarketing.com/takesurvey.aspx?id=23149', {'tw':'_blank','tt':'','sw':'120'}],*/
		['Purchases and Refunds', 'purchaserefundpolicy.html', {'tw':'_self','tt':'','sw':'190'}]		
	],		
	['Mailing List', 'joinus.html', {'tw':'_self','tt':'','sw':'110'}],
	['Giving', 'donations.html', {'tw':'_self','tt':'','sw':'90'}],
	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'110'}]
];



