/*
  --- 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 = [
	['Strona główna', 'index.html'],
	['O firmie', null, null,
		['O nas', 'onas.html'],
		['Artykuły prasowe', 'artykuly.html'],
		['Szkolenia, certyfikaty', 'certyfikaty.html'],
		['Nasze maszyny', 'maszyny.html'],
	],
	['Encyklopedia', null, null,
		['Wiadomości ogólne', 'encyklopedia-ogolne.html'],
		['<img src="p/s-prawo.gif" class="strzalka">Dolne źródło ciepła', 'encyklopedia-dolne_zrodlo_ciepla.html', null,
				['Kolektor gruntowy pionowy', 'encyklopedia-kolektor_dolny_pionowy.html'],
				['Kolektor gruntowy poziomy', 'encyklopedia-kolektor_dolny_poziomy.html'],
			],
		['Przepompownia ciepła', 'encyklopedia-przepompownia_ciepla.html'],
		['<img src="p/s-prawo.gif" class="strzalka">Górne źródło ciepła', 'encyklopedia-gorne_zrodlo_ciepla.html', null,
				['Ogrzewanie, ciepła woda użytkowa', 'encyklopedia-ogrzewanie.html'],
				['Klimatyzacja', 'encyklopedia-klimatyzacja.html'],
			],
	],
	['Realizacje', 'realizacje.html'],
	['Zapytania', 'zapytania.html'],
	['Partnerzy', 'partnerzy.html'],
	['Kontakt', 'kontakt.html'],
];

