/*
  --- 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 = [
	['Rozwiązania', null, null,
		['Automatyczna identyfikacja', 'index.php?a=11'], ['Identyfikacja radiowa RFID', 'index.php?a=96']
,		['Automatyka przemysłowa', 'index.php?a=12'],
		['Systemy zasilania gwarantowanego', 'index.php?a=13'],
		['Integracja i oprogramowanie', 'index.php?a=14']
	],
	['Usługi', null, null,
		['Wydruki na zlecenie', 'index.php?a=15'],
		['Serwis urządzeń', 'index.php?a=16'],
		['Instalacja i montaż', 'index.php?a=17']
	],
	['Aktualności', null, null,
		['Automatyczna identyfikacja', 'index.php?a=18'],
		['Automatyka przemysłowa', 'index.php?a=19'],
		['Systemy zasilania gwarantowanego', 'index.php?a=20'],
		['Integracja i oprogramowanie', 'index.php?a=21']
	],
	['Wsparcie techniczne', null, null,
		['Pliki do pobrania', 'index.php?a=22'],
		['Zapytanie techniczne', 'index.php?a=27'],
		['Serwis gwarancyjny', 'index.php?a=24']
	]
];

