/* Tigra Menu items structure */
var MENU_ITEMS = [
	['O TSA', 'http://lamkra.cz/tsa/index.php?lang=cze&w=o_tsa', {'sb':'O TSA'}],
	['KURZY', 'http://lamkra.cz/tsa/index.php?lang=cze&w=kurzy', {'sb':'Obecné informace o kurzech'},
		['REKREAČNÍ KURZY', 'http://lamkra.cz/tsa/index.php?lang=cze&w=rekre', {'sb':'Rekreační kurzy'}],
		['TECHNICKÉ KURZY', 'http://lamkra.cz/tsa/index.php?lang=cze&w=tek', {'sb':'Technické kurzy'}]
	],
	['CENTRA', 'http://lamkra.cz/tsa/index.php?lang=cze&w=centra', {'sb':'Centra TSA po celém světě'}],
	['TRENÉŘI', 'http://lamkra.cz/tsa/index.php?lang=cze&w=treneri', {'sb':'Seznam trenérů certifikujících instruktory'}],
	['INSTRUKTOŘI', 'http://lamkra.cz/tsa/index.php?lang=cze&w=instruktori', {'sb':'Seznam instruktorů'}],
	['KATALOG', 'http://lamkra.cz/tsa/index.php?lang=cze&w=katalog', {'sb':'Katalog'}],
	['ODKAZY', 'http://lamkra.cz/tsa/index.php?lang=cze&w=odkazy', {'sb':'Odkazy'}]
];

