/*
  --- 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 = [
	['&nbsp;O FIRMIE', 'o_firmie.php', {'sb' : 'O firmie'}],
	['ROZWIĄZANIA', null, {'sb' : 'Rozwiązania'},
		['Systemy COMARCH &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &raquo;', null, {'sb' : 'Systemy COMARCH'},
			['Comarch ALTUM', 'altum.php', {'sb' : 'Comarch ALTUM'}],
			['COMARCH CDN XL', 'cdn_xl.php', {'sb' : 'COMARCH CDN XL'}],
			['COMARCH Retail', 'retail.php', {'sb' : 'COMARCH Retail'}],
			['COMARCH Opt!ma', 'cdn_optima.php', {'sb' : 'COMARCH Opt!ma'}],
			['COMARCH Mobile', 'mobile.php', {'sb' : 'COMARCH Mobile'}],
			['COMARCH e-Sklep', 'esklep.php', {'sb' : 'COMARCH e-Sklep'}],
			
		],	
		['Laboratoria Medyczne', 'http://www.filab.pl', {'sb' : 'Laboratoria Medyczne'}],
		['Rozwój oprogramowania', 'rozwoj_oprogramowania.php', {'sb' : 'Rozwój oprogramowania'}],
		['Outsourcing IT', 'outsourcing_it.php', {'sb' : 'Outsourcing IT'}],
		['Sprzęt komputerowy', 'sprzet_komputerowy.php', {'sb' : 'Sprzęt komputerowy'}],
	],
	['&nbsp; REALIZACJE', null, {'sb' : 'Realizacje'},
		['Nasi Klienci', 'nasi_klienci.php', {'sb' : 'Nasi Klienci'}],
		['Referencje', 'referencje.php', {'sb' : 'Referencje'}],
	],
	['KONTAKT &nbsp;', 'kontakt.php', {'sb' : 'Kontakt'}],
];

