/*
  --- 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 = [
	['Produkte / Products', null, null,
		['Home','body_index.html'],
		['Information','body_information.html'],
		['Qualit&auml;t / Quality','body_qualitaet.html'],
		['Mg-Druckguss-Teile / MG-Die Castings','body_mg_druckguss.html'],
		['Al-Druckguss-Teile / MG-Die Castings','body_mg_druckguss_2.html'],

		['Werkzeugbau / Tool Room','body_werkzeugbau.html'],
		['Systemlieferant / a system suplier','body_systemlieferant.html'],

//		['Patente/Patents -->>', null, null,
//			['Produkte/Products','body_produkte.html',],
//			['Patente/Patents','body_patente.html',]
//		],
//		['Anfrage','Anfrage.htm',],
	],
	
['Leistungen / Performance', null, null,
//		['Dietz-Automotive >>', null, null,
//			['Dietz-Automotive Informations','body_automotive.html'],
			['Qualit&auml;t / Quality','body_qualitaet.html',],
			['Materialinfo','body_material.html',],
			['more Materialinfo','body_material1.html',],
	],

['Dietz-Gruppe / Dietz Group', null, null,
		['Unternehmen', 'body_dietz-group.html'],
		['Kunden', 'body_kunden.html'],
		['Daten / Data', 'body_data.html'],
		['Aktuelles / News -->>', null, null,
			['Links >>', null, null,

			['Dettingen unter Teck','http://www.dettingen-teck.de", TARGET="_blank'],

	],
			['Aktuelles','body_aktuelles.html',],
			['News','body_aktuelles.html',],
		],
//		['Anfrage','Anfrage.htm',],
	],
	
	
	
	
//	['Dietz-Gruppe / Dietz Group', null, null,
//		['Unternehmen', 'body_dietz-group.html'],
//		['Kunden', 'body_kunden.html'],
//		['Daten / Data', 'body_data.html'],
//		['12', 'preisliste_beschriftung.pdf'],
//	],
	
	
	
	
	['Kontakt / Contact', null, null,
//		['Anfragen an uns', 'Anfrage.htm',],
		['Kontakt','body_kontakt.html',],
		['So finden Sie uns / How to find us','body_wegbeschreibung.html'],
		['Impressum / masthead','body_impressum.html',],
	],
//	['Sprachen', null, null,
//		['Deutsch', '',],
//		['English','',],
//		['Italienisch','',],
//	],

//		["", null, null, 
//		['','preisliste_beschriftung.pdf',],
//		],
	
];


