/* 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'}],
		['Board of Directors', 'boardofdirectors.html', {'tw':'_self','tt':'','sw':'190'}],
		['Privacy Policy', 'privacypolicy.html', {'tw':'_self','tt':'','sw':'190'}],
		['Purchases and Refunds', 'purchaserefundpolicy.html', {'tw':'_self','tt':'','sw':'190'}],		
/*		['In The Press', 'press.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', 'https://www.bpchorus.org/members/', {'tw':'_blank','tt':'','sw':'120'}]
	],	
	['Concert Season', '', {'tw':'_self','tt':'','sw':'140'},
		['Buffalo Sings!', 'schedule2010.html', {'tw':'_self','tt':'','sw':'120'}],
		['Guest Appearances', 'schedule2010guestappearances.html', {'tw':'_self','tt':'','sw':'120'}],		
		['2010 - 2011 Brochure', '/PDF/BuffaloSingsBrochurerev10wce.pdf', {'tw':'_blank','tt':'','sw':'120'}],
	/*	['Concerts with the BPO', 'bpo.html', {'tw':'_self','tt':'','sw':'120'}],
		['Buy Tickets!', 'tickets.html', {'tw':'_self','tt':'','sw':'120'}] */
	],
	['Buy', 'http://www.goestores.com/catalog.aspx?Merchant=buffalophilharmonicchorus&DeptID=235384', {'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'}] */
	],		
	['Mailing List', 'joinlist.html', {'tw':'_self','tt':'','sw':'110'}],
	['Giving', 'donations.html', {'tw':'_self','tt':'','sw':'90'}],
	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'110'}]
];


