/*
  --- 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_ITEMS = [
	['PORTAL', null, null,
		['Strona główna', 'http://www.insomnia.pl/'],
		['Kontakt', 'mailto:admin@sfd.pl']
	 ],
	['Forum', null, null,
		['Działy tematyczne', 'http://www.insomnia.pl/'],
		['Wyszukiwarka', '../../search.asp'],
		['Przegląd tygodnia','../../archiwum/'],
		['Aktywni użytkownicy','../../aktywni.asp'],
		['Popularność działów','../../popularne_dzialy.asp?co=wyswietlenia'],
		['Regulamin','../../1/regulamin_forum.asp'],
		['Nowy użytkownik','../../1/regulamin_forum.asp'],
		['Edytuj swoje konto','../../profile.asp?mode=edit'],
		['Rozszerzony profil','../../profilekat.asp?mode=edit'],
	],
	['Szukaj','../../search.asp', null],	
	['Loguj/Wyloguj', 'http://www.insomnia.pl/logowanie.asp', 1],
];
