/* Tigra Menu items structure */
var MENU_ITEMS = [
['Główna', 'index.html'],
['Oferta', 'http://www.artlist.pl'],
	['Informacje', null, null,
		['Informacje', 'index.php?body=info'],
		['Kalendarium', 'index.php?body=kalendarium'],
		['Historia', 'index.php?body=dzialalnosc'],
		['Usługi', 'index.php?body=uslugi']
	],
		['Aukcje', null, null,
		['Aktualne', 'index.php?body=aukcje'],
		['Archiwum', 'index.php?body=aukcje_arch']
	],
	['Wystawy', null, null,
		['Aktualne', 'index.php?body=biezace'],
		['Archiwum', 'index.php?body=archiwum'],
		['Artyści', 'index.php?body=artysci']
	],
	['Wydawnictwa', 'index.php?body=wydawnictwa'],
	['Kontakt', 'index.php?body=dzial&idd=36'],
	['Zgloszenie', 'index.php?body=zgloszenie']
];
