// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Zdjęcia', null, null,
		['Przeglądaj Album', "http://www.forumsamochodowe.com/album.php", null],
		['Hosting', "http://www.forumsamochodowe.com/zdjecia.php", null]
	],
	['Filmy', null, null,
		['Oglądaj filmy', 'http://www.forumsamochodowe.com/viewforum.php?f=39', null],
		['Zamieść filmy', 'http://www.forumsamochodowe.com/viewtopic.php?t=18186', null]
	],
	['Gry', 'http://www.forumsamochodowe.com/viewforum.php?f=181', null],
	['Dodatki', null, null,
		['Tapety', 'http://autotapety.forumsamochodowe.com/', null],
		['VT', 'http://www.forumsamochodowe.com/dload.php?action=category&id=3', null],
		['Forum na wesoło', 'http://www.forumsamochodowe.com/dload.php?action=category&id=4 ', null],
		['Logo i reklamówki', 'http://www.forumsamochodowe.com/dload.php?action=category&id=1', null],
	],
	['Przybornik', null, null,
		['Fotoradary', 'http://www.forumsamochodowe.com/fotoradary.php', null],
		['Nieoznakowane', 'http://www.forumsamochodowe.com/nieoznakowane.php', null],
		['Opisy aut', "http://samochody.forumsamochodowe.com/", null],
		['Nawigacja', "http://www.navi.forumsamochodowe.com", null],
		['Pogoda', "http://www.forumsamochodowe.com/pogoda.php", null],
	],
	['Firmy', 'http://firmy.forumsamochodowe.com/', null],
	['Zakupy', null, null,
		['Felgi', "http://www.motorservice.eu/felgi/aluminiowe/", null],
		['Opony', "http://www.motorservice.eu/", null],
		['CB',"http://gps.forumsamochodowe.com/kategoria/10316/cb-radio/", null],
		['Lokalizator Fotoradarów', "http://gps.forumsamochodowe.com/kategoria/10322/lokalizatory-fotoradarow/", null],
		['Nawigacja - GPS', "http://gps.forumsamochodowe.com/kategoria/15/nawigacja-samochodowa/", null],
		['Telefony z GPS', "http://gps.forumsamochodowe.com/kategoria/11/telefony-z-gps/", null],
		['Mapy do Nawigacji', "http://gps.forumsamochodowe.com/kategoria/2/mapy-do-nawigacji/", null],
		['Akcesoria GPS', "http://gps.forumsamochodowe.com/kategoria/3/akcesoria-gps/", null],
		['Odbiorniki GPS', "http://gps.forumsamochodowe.com/kategoria/27/odbiorniki-gps/", null],
		['Dodaj sklep', "http://www.forumsamochodowe.com/null.php", null],
	],
	['Finanse', "http://www.finanse.forumsamochodowe.com", null,
		['Konto', "http://www.finanse.forumsamochodowe.com/kontaosobiste/", null],
		['Kredyt', "http://www.finanse.forumsamochodowe.com/kredytysamochodowe/", null],
		['Leasing', "http://www.finanse.forumsamochodowe.com/leasing/", null],
		['Ubezpiecz', "http://www.finanse.forumsamochodowe.com/mbank/ubezp_sam.html", null],
	]
];
var MENU_ITEMS_LUDZIE = [
	['Ludzie', null, null,
		['Użytkownicy', 'http://www.forumsamochodowe.com/memberlist.php', null],
		['Grupy', 'http://www.forumsamochodowe.com/groupcp.php', null]
	]
];
