/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<img src=webnote-30.gif align=left><BR><B>Home</B>', 'index.htm', {'tw':'_self'}],
	['<img src=webnote-30.gif align=left><B>About Notables</B>', 'about1.htm', {'tw':'_self'},
		['<B>The Company</B>', 'about1.htm', {'tw':'_self'}],
		['<B>The Mission</B>', 'about2.htm', {'tw':'_self'}],
		['<B>The Music</B>', 'about3.htm', {'tw':'_self'}],
		['<B>The Performances</B>', 'about4.htm', {'tw':'_self'}]
	],
	['<img src=webnote-30.gif align=left><B>The Leadership</B>', 'lead1.htm', {'tw':'_self'},
		['<B>Musical Director</B>', 'lead1.htm', {'tw':'_self'}],
		['<B>Piano Accompanist</B>', 'lead2.htm', {'tw':'_self'}],
		['<B>Founder/Director</B>', 'lead4.htm', {'tw':'_self'}],
		['<B>Board of Directors</B>', 'lead5.htm', {'tw':'_self'}]
	],
	['<img src=webnote-30.gif align=left><B>Performance Schedule</B>', 'perf.htm', {'tw':'_self'}],
	['<img src=webnote-30.gif align=left><B>Scholarships</B>', 'scholar.htm', {'tw':'_self'}],
['<img src=webnote-30.gif align=left><B>What They\'re<BR>Saying About<BR>Notables</B>', 'what.htm', {'tw':'_self'}],
	['<img src=webnote-30.gif align=left><B>Contact<BR>Notables</B>', 'contact.htm', {'tw':'_self'}],
	['<img src=webnote-30.gif align=left><B>Musical<BR>Fun & Facts</B>', 'fun.htm', {'tw':'_self'}]
];
