/* --- menu items --- */

var MENU_ITEMS = [

	['Aktuálně', 'index.php?a=w', '_self'],

	['Akce', 'index.php?a=ev&year=2010', '_self',

		['Proběhlé', 'index.php?a=ev&year=2010', '_self'],

		['Jiné (nespolkové)', 'index.php?a=oe', '_self'],

		['Strom akcí', 'index.php?a=tr', '_self'],

	],

	['Chystáme', 'index.php?a=o&type=all', '_self'],

	['Spolek', null, '_self',

      ['Vznik a poslání', 'index.php?a=t&topic=spolek_historie', '_self'],

			['Členové', 'index.php?a=m', '_self'],

			['Stanovy', 'index.php?a=t&topic=spolek_stanovy', '_self'],

			['Historie webu', 'index.php?a=t&topic=webstory', '_self'],

			['Směle vpřed CD', 'index.php?a=t&topic=cd1', '_self'],

			['Smělá PF-ka', 'index.php?a=f&topic=pf', '_self'],

			['Zasílání aktualit', 'index.php?a=mlf', '_self'],			

			['Žebříčky', 'index.php?a=charts', '_self'],			

	],

	['Postřehy', null, '_self',

			['Kultura', 'index.php?a=k', '_self'],

			['Pohoštění', 'index.php?a=p', '_self'],

	],

	['Jarmil', null, '_self',

		['Komiks', 'index.php?a=com', '_self'],

		['Poradna', 'index.php?a=cli', '_self'],

		['To se mi stalo', 'index.php?a=jb', '_self'],

	],

	['Vzkazy', 'index.php?a=g', '_self'],

	['Smělokec', 'index.php?a=chat', '_self']

];


