﻿var MENU_ITEMS = [	['Home', '../index.htm', null],	['Informacje', '../news.php', null],	['Projektowanie', '../projektowanie.php', null],	['Dla Lotnisk', null, null,	  ['Inf-Lot', '../produkty/inflot.php']	],	['Automatyka', null, null,		['Pomiary', 'pomiary.php'],		['Sterowanie', 'sterowanie.php'],	],
	['Produkty', null, null,	  ['Inf-Lot', '../produkty/inflot.php']	],		['Kontakt', '../kontakt.php', null]		];
