var MENU_ITEMS = [
	['Home','index.htm', null],
	['Aktuelles','aktuelles.html', null],
	['Microsoft Navision', 'produkte1.html', null,
		['Finanzmanagement', 'finanzen.html', null],
		['Lager-Einkauf-Verkauf', 'lager.html', null],
	],
	['IAZ Produktion', 'produkte.html', null,
		['Kompaktauftrag', 'kompaktauftrag.html', null],
		['Produktegenerator','produktegenerator.html', null],
		['Variantenst&uuml;ckliste','variantenstueckliste.html', null],
	],	
	['IAZ Zeiterfassung', 'zeiterfassung.html', null],
	['IAZ Textilservice', 'textilservice.html', null,
		['Textilservice S', 'textilserviceS.html', null],
		['Textilservice L', 'textilserviceL.html', null],
		['Textilservice XXL', 'textilserviceXXL.html', null],
	],
	['Tipps und Tricks', 'tipps.html', null,
		['Datum eingeben', 'datum.html', null],
		['Rechnen', 'rechnen.html', null],
		['Grauer Bildschirm', 'bildschirmmasken.html', null],
		['Mandant kopieren', 'mandantkopieren.html', null],
		['Fenster verschieben', 'fensterverschieben.html'],
		['Jahresabschluss', 'jahresabschluss.html'],
	],	
	['Interessante Links','interessantelinks.html', null],
	['Publikationen','publikationen.html', null,
		['Branche im Umbruch','http://www.iaz.ch/ms-dynamics-unternehmen.pdf', null],
		['Strategie Microsoft','http://www.iaz.ch/ms-dynamics-portraet.pdf', null],
		['Buchhaltungszertifikat','http://www.iaz.ch/Zertifikat_Navision.pdf', null],
		['ERP f&uuml;r kleine Betriebe','SMZ_9_06.pdf', null],
	],
	['Die Personen','personen.html', null],
	['So finden Sie uns','finden.html', null],
	['Kontakt','kontakt.html', null],
	['Impressum','impressum.html', null],
];

