/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
 
var MENU_ITEMS = [
 ['Home','index.htm', {'tw' : '_parent'}],
 ['About us','about.htm', {'tw' : 'content'},
  ['Awards','awards.htm', {'tw' : 'content'}],
  ['BMTC Patron','president.htm', {'tw' : 'content'}],
  
  ['The Committee','committee.html', {'tw' : 'content'}],
 ],
 
 ['Up-coming Productions',null,null,
  
['Sweet Charity','main.htm', {'tw' : 'content'}],  
  
 ],
 ['Past Productions',null,null,
 ['2011 Musical Express','musicalexpress2011.htm', {'tw' : 'content'}],
  ['2011 Guys and Dolls','guysndolls2011.htm', {'tw' : 'content'}],
 ['2010 Musical Express','mex10.htm', {'tw' : 'content'}],
   ['2010 Fiddler on the Roof','fiddlers2010.html', {'tw' : 'content'}],
  ['2009 Musical Express','mex09.html', {'tw' : 'content'}],
['2009 Chess','chess.html', {'tw' : 'content'}],  
['2008 Musical Express','mex08.htm', {'tw' : 'content'}],
['2008 Seven Brides','sevenbrides.htm', {'tw' : 'content'}], 
['2007 Musical Express','mex07.htm', {'tw' : 'content'}],
  ['2007 Follies','follies.htm', {'tw' : 'content'}],
  ['2006 Musical Express','mex.htm', {'tw' : 'content'}],
  ['2006 Oklahoma','oklahoma.htm', {'tw' : 'content'}],
  ['2005 Me and my Girl','m_a_m_g.htm', {'tw' : 'content'}],
  ['2004 Musical Express','past_m_ex.htm', {'tw' : 'content'}],
  ['2004 Carousel','past_2004.htm', {'tw' : 'content'}],
  ['2003 Cabaret','past_2003.htm', {'tw' : 'content'}],
  ['2002 South Pacific','past_2002.htm', {'tw' : 'content'}],
  
  ['2000 Anything Goes','past_2000.htm', {'tw' : 'content'}],
  ['Pre 2000 shows','pre_2000.htm', {'tw' : 'content'}],
  
 ],
 ['Links', null, null,
  ['Theatre Companies','theatre.htm', {'tw' : 'content'}],
  ['CPiO Ltd','http://www.cpio.co.uk', {'tw' : '_new'}],
  ['Ladybird Lodge','http://www.ladybirdlodge.co.uk/', {'tw' : '_new'}],
  ['Sage','http://www.sage.co.uk', {'tw' : '_new'}],
  ['Purple Gallery','http://www.purplegallery.com/', {'tw' : '_new'}],
 ],
 ['Join us', null, null,
  ['"We need you!"','join.htm', {'tw' : 'content'}],
  ['Rehearsal Venue','venue.htm', {'tw' : 'content'}],
 ],
 
 ['NODA','noda.htm', {'tw' : 'content'}],
 ['Contacts','contact.htm', {'tw' : 'content'}],
];
