// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Bemutatkozás','index.php?lap=bemutatkozas', {'tw' : '_parent'}],
	['Integráció','index.php?lap=integracio', {'tw' : '_parent'}],
	['Minőségpolitika','index.php?lap=minosegp', {'tw' : '_parent'}],
	['Agrokémia', null, null,
		['Növényvédőszer','index.php?lap=novenyvedo', {'tw' : '_parent'}],
		['Műtrágya','index.php?lap=mutragyak', {'tw' : '_parent'}],
	],
	['Vetőmag','index.php?lap=vetomag', {'tw' : '_parent'}],
	['Gépészet', null, null,
		['Erőgépek','index.php?lap=erogep', {'tw' : '_parent'}],
		['Munkagépek','index.php?lap=munkagep', {'tw' : '_parent'}],
		['Használt gépek','index.php?lap=hasznaltgep', {'tw' : '_parent'}],
		['Alkatrész, kenőanyag','index.php?lap=alke', {'tw' : '_parent'}],
	],
	['Terménybolt','index.php?lap=termenybolt', {'tw' : '_parent'}],
	['Baromfinevelés', null, null,
		['Biocsirke','index.php?lap=biocsirke', {'tw' : '_parent'}],
	],
	['Biobolt','index.php?lap=biobolt', {'tw' : '_parent'}],
	['Elérhetőségek','index.php?lap=elerhetoseg', {'tw' : '_parent'}]
];
