var MENU_ITEMS = [
  ['Home','./home.html', {'tw' : 'content'}],
  ['Training at Whitehorse', './training.html', {'tw' : 'content'},
 		['Benefits of training ','./benefits.html', {'tw' : 'content'}],
    ['Class Timetable','./timetable.html', {'tw' : 'content'}],
    ['Grading Structure','./grading_structure.html', {'tw' : 'content'}],
    ['Etiquette','./etiquette.html', {'tw' : 'content'}],
    ['School Policies','./policies.html', {'tw' : 'content'}],
		['Chinese Terminology','./terminology.html', {'tw' : 'content'}],
		['Exercise Program','./exercise.html', {'tw' : 'content'}],
		['Articles','./articles.html', {'tw' : 'content'}],
  ],
  ['Instructor Profiles', './profiles.html', {'tw' : 'content'},
    ['Sifu Phil Walker','./profile_sifu_phil.html', {'tw' : 'content'}],
    ['Sifu Gordon Chiu','./profile_sifu_gordon.html', {'tw' : 'content'}],
    ['Sifu Eric Ansell','./profile_sifu_eric.html', {'tw' : 'content'}],
  ],
  ['Personal Shield','./personal_shield.html', {'tw' : 'content'}],
  ['Wing Chun Information', './wingchun_info.html', {'tw' : 'content'},
    ['History','./history.html', {'tw' : 'content'}],
    ['Family Tree','./family_tree.html', {'tw' : 'content'}],
    ['Principles / Strategies','./principles.html', {'tw' : 'content'}],
		['Characteristics','./characteristics.html', {'tw' : 'content'}],
		['Purpose / Meaning','./purpose.html', {'tw' : 'content'}],
    ['Pledge / Oath','./pledge.html', {'tw' : 'content'}],
    ['Dragon Pole','./dragon_pole.html', {'tw' : 'content'}],
    ['Butterfly Swords','./butterfly_swords.html', {'tw' : 'content'}],
    ['Wooden Dummy','./wooden_dummy.html', {'tw' : 'content'}],
  ],
  ['News','./news.html', {'tw' : 'content'}],
  ['Gallery','./gallery.html', {'tw' : 'content'}],
  ['Links','./links.html', {'tw' : 'content'}],
  ['Contact Us','./contactus.php', {'tw' : 'content'}],
];
