// 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 = [
	['<a href="kollektion.html" target="_top" class="aktiv_menu">BERUFSBEKLEIDUNG</a>', null, null,
	],
	['<a href="kundenkataloge.html" target="_top">KUNDENKATALOGE</a>', null, null,
	],
	['<a href="firmenportraet.htm" target="_top">FIRMENPORTRÄT</a>', null, null,
	],
	['<a href="referenzen.html" target="_top">REFERENZEN</a>', null, null,
	],
	['<a href="reitmode_rompe_design/index.html" target="_top">REITBEKLEIDUNG</a>', null, null,
	 ['SHOP REITBEKLEIDUNG', 'http://rompe.de/online-shop/', {'tw':'_blank'}],
	],
];
