/*
  --- 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_ITEMS2 = [
	['Kav\u00E1rny', '/showSubjects.do?lang=cs&type=7', null,
		['Kav\u00E1rny', '/showSubjects.do?lang=cs&type=7'],
		['Internetov\u00E9 kav\u00E1rny', '/showSubjects.do?lang=cs&type=70']
	],
	['Restaurace', '/showSubjects.do?lang=cs&type=10', null,
		['TOP 100', '/showSubjects.do?lang=cs&type=100'],
		['Pizzerie', '/showSubjects.do?lang=cs&type=101'],
		['Orient\u00E1ln\u00ED', '/showSubjects.do?lang=cs&type=102'],
		['Mezin\u00E1rodn\u00ED', '/showSubjects.do?lang=cs&type=103'],
		['Staro\u010Desk\u00E9', '/showSubjects.do?lang=cs&type=104'],
		['Vegetari\u00E1nsk\u00E9', '/showSubjects.do?lang=cs&type=105'],
		['Ryb\u00ED', '/showSubjects.do?lang=cs&type=106'],
		['Steak house', '/showSubjects.do?lang=cs&type=107'],
		['Italsk\u00E9', '/showSubjects.do?lang=cs&type=108'],
		['Hotelov\u00E9', '/showSubjects.do?lang=cs&type=109']
	],
	['Hospody', '/showSubjects.do?lang=cs&type=6', null,
		['Hospody', '/showSubjects.do?lang=cs&type=6'],
		['Hostince', '/showSubjects.do?lang=cs&type=60']
	],
	['Bary', '/showSubjects.do?lang=cs&type=2', null,
		['Coctail bary', '/showSubjects.do?lang=cs&type=20'],
		['Caf\u00E9 bary', '/showSubjects.do?lang=cs&type=21'],
		['Sport bary', '/showSubjects.do?lang=cs&type=22'],
		['Non-stop bary', '/showSubjects.do?lang=cs&type=23'],
		['Grill bary', '/showSubjects.do?lang=cs&type=24'],
		['Sal\u00E1tov\u00E9 bary', '/showSubjects.do?lang=cs&type=25'],
		['Ml\u00E9\u010Dn\u00E9 bary', '/showSubjects.do?lang=cs&type=26']
	],
	['Kluby', '/showSubjects.do?lang=cs&type=8'],
	['Ostatn\u00ED', null, null,
		['Str\u00E1nky podnik\u016F', '/showSubjectPages.do'],
		['Na\u0161i partne\u0159i', '/showPartnerPages.do'],
		['N\u00E1pov\u011Bda', '/showHelp.do', null,
			['O serveru', '/showHelp.do?show=server'],
			['Registrace na serveru', '/showHelp.do?show=registration'],
			['Inzerce na serveru', '/showHelp.do?show=advertisement']
		],
		['Mapa serveru', '/showServerMap.do'],
		['Registra\u010Dn\u00ED formul\u00E1\u0159', '/showRegistration.do'],
		['Kontakty', '/showContacts.do']
	],
];

