/*
  --- 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', 'main.html'],
	['News', 'news.html'],
	['About', null, null,
		['Ninpo Taijutsu Toronto', 'aboutninpotoronto.html'],
		['Ninjutsu', 'http://en.wikipedia.org/wiki/Ninjutsu'],
		['The Club', 'comingsoon.html'],
		['Recommended Reading', 'recommendedreading.html'],
	],
	['Classes', null, null,
		['Location & Time', 'location.html'],
		['Monthly Updates', 'monthly.html'],
		['Densho', 'densho.html'],
	],
	['Instructors', null, null,
		['Lonie Hilton', 'lonie.html'],
		['Andre Hilton', 'andre.html'],
		['Cyprian Nelson', 'cyprian.html'],
		['Darryl Burke', 'darryl.html'],
	],
	['Links', null, null,
		['Club Training', 'training'],
		['Bujinkan', 'http://www.bujinkan.com/'],
		['Stephen Hayes', 'http://www.skhquest.com/'],
		['General', 'general_links.html'],
	],
	['Contact', 'contact.html'],
];


