/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.santafesymphony.org/index.htm', {'sb':'Home'},
		['History', 'http://www.santafesymphony.org/history.htm', {'sb':'The History of the Santa Fe Symphony'}],
		['Contact Information', 'http://www.santafesymphony.org/contact.htm', {'sb':'Contact the Santa Fe Symphony'}],
		['Press Releases', 'http://www.santafesymphony.org/press.htm', {'sb':'Press Releases'}]
		
	],
	
	['Meet the Orchestra', null, {'sb':'Meet the Santa Fe Symphony Orchestra & Chorus'},
		['Musicians', 'http://www.santafesymphony.org/musicians.htm', {'sb':'Meet the Santa Fe Symphony Musicians'}],
		
		['Steven Smith', 'http://www.santafesymphony.org/steven.htm', {'sb':'Meet the Conductor, Steven Smith'}],
		['Gregory Heltman', 'http://www.santafesymphony.org/greg.htm', {'sb':'Meet the Founder & General Director, Gregory Heltman'}],
		['Board of Directors', 'http://www.santafesymphony.org/board.htm', {'sb':'Meet the Santa Fe Symphony Board of Directors'}],
		['Symphony Staff', 'http://www.santafesymphony.org/staff.htm', {'sb':'Meet the Santa Fe Symphony Staff'}]

	],
	
	['Meet the Chorus', 'http://www.santafesymphony.org/index.htm', {'sb':'Home'},
		['Chorus', 'http://www.santafesymphony.org/chorus.htm', {'sb':'Meet the Santa Fe Symphony Chorus'}],
	
	],
	
	['Attend our Concerts', null, {'sb':'Attend the Santa Fe Symphony'},
		['2009-2010 Season', 'http://www.santafesymphony.org/season0910.htm', {'sb':'View the 2009-2010 Season'}],
		['Guest Artists', 'http://www.santafesymphony.org/gartists.htm', {'sb':'Meet our Guest Artists'}],
		['Concert Conversations', 'http://www.santafesymphony.org/conversations.htm', {'sb':'Pre-Concert Conversations'}]
	],
	
	['Purchase your Tickets', null, {'sb':'Purchase Tickets to the 2009-2010 Season'},
		['Ticket Prices', 'http://www.santafesymphony.org/prices.htm', {'sb':'View ticket prices to 09/10 Season'}],
		['Seating Chart', 'http://www.santafesymphony.org/seating.htm', {'sb':'Lensic Seating Chart'}],
		['Concert Sponsors and Business Supporters', 'http://www.santafesymphony.org/sponsors.htm', {'sb':'Concert Sponsors'}]
	],
	
	['Support the Symphony', null, {'sb':'Support the Santa Fe Symphony Orchestra & Chorus'},
		['Make a Donation', 'http://www.santafesymphony.org/donate.htm', {'sb':'Make a Donation to the Santa Fe Symphony'}],
		['Symphony Club', 'http://www.santafesymphony.org/sc.htm', {'sb':'Join the Symphony Club'}],
		['Musicians\' Circle', 'http://www.santafesymphony.org/mc.htm', {'sb':'Join the Musicians\' Circle'}],
		['Conductors\' Circle', 'http://www.santafesymphony.org/cc.htm', {'sb':'Join the Conductors\' Circle'}],
		['Angels\' Circle', 'http://www.santafesymphony.org/ac.htm', {'sb':'Join the Angels\' Circle'}],
		['Beethoven Circle', 'http://www.santafesymphony.org/bc.htm', {'sb':'Join the Beethoven Circle'}],
		
	],
	
	['Symphony Foundation', null, {'sb':'Foundation for the Santa Fe Symphony'},
		['The Foundation', 'http://www.santafesymphony.org/foundation.htm', {'sb':'The Foundation for the Santa Fe Symphony Orchestra & Chorus'}],
		['Ovation Society', 'http://www.santafesymphony.org/ovation.htm', {'sb':'The Ovation Society'}],
		['Naming Orchestral Chairs', 'http://www.santafesymphony.org/naming.htm', {'sb':'Naming Orchestral Chairs'}]
		
	],
	['FanFare', null, {'sb':'FanFare Community Engagement Program'},
		['FanFare', 'http://www.santafesymphony.org/fanfare.htm', {'sb':'Join FanFare, the Santa Fe Symphony\'s Guild'}]
	
	],
	['Links of Interest', null, {'sb':'Links of Interest'},
		['Links', 'http://www.santafesymphony.org/links.htm', {'sb':'Check here for links of Interest'}],	
		
	
	
	]
	];