/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'sb':'Go Home!'}],
	['About CYMK', '/content/about_cymk/index.html', null,
		['Present', '/content/about_cymk/present.html'],
		['Past', '/content/about_cymk/past.html'],
		['Affiliations', '/content/about_cymk/affiliations.html'],
		['By-Laws', '/content/about_cymk/cymk_general_bylaws_aug_2007.pdf'],
		['Advisor\'s Manual', '/content/about_cymk/advisors_manual_1991.pdf'],
		['General Information', '/content/about_cymk/general_information.pdf']
	],
	['Awards', null, {'sb':'Please select a sub-item!'},
		['Baziuk Trophy', '/content/awards/baziuk.html'],
		['Perepeliuk Trophy', '/content/awards/perepeliuk.html']
	],
	['Regions & Locals', '/content/regions/index.html',
		
	],
	['National Executive', '/content/executive/index.html'],
	['Core Values', null, null,
		['Culture', '/content/ucon/index.html'],
		['Friendship', '/content/ucon/index.html'],
		['Leadership', '/content/ucon/index.html'],
		['Religion', '/content/ucon/index.html']
	],
	['Jr. CYMK', '/content/jr_cymk/index.html'],
	['eZaklyk', null, null,
		['Current Issue', '/content/ezaklyk/ezaklyk_current.pdf', {'tw':'_blank'}],
		['Archived Issues', '/content/ezaklyk/index.html']
	],
	['Interactive', null, null,
		['Events Calendar', 'http://www.google.com/calendar/embed?src=zaklyk%40gmail.com', {'tw':'_blank'}],
		['Picture Galleries', '/content/interactive_picture/index.html', {'tw':'_blank'}],
		['Facebook Group', 'http://www.facebook.com/group.php?gid=2231853955', {'tw':'_blank'}]
	],
	['Links', '/content/interactive_link/index.html'],
	['Contact Us', 'mailto:cymk.webmaster@gmail.com']
];