﻿/*
  --- 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 = [
	['AV+Astoria', null, null,
	 	['Home', 'index.html'],
		['Gesch&auml;ftsbedingungen', 'pages/geschaeftsbed.html'],
		['eCommerce-Infos', 'pages/eCommerce.html'],
	],
	['Unternehmen', null, null,
		['Ihr DruckPartner', 'pages/unternehmen.html'],
		['Zertifikate', 'pages/zertifikate.html'],
		['eNewsletter', 'pages/newsletter.html'],
		['Eventgalerie', 'pages/eventgalerie.html'],
		['Kalender 2010', 'pages/kalender10.html'],
		['Kalender 2009', 'pages/kalender09.html'],
		['Sch&ouml;ndruck', 'pages/schoendruck.html'],
		['Inseratlinie', 'pages/inserate.html'],
		['Jobs', 'pages/jobs.html'],
	],
	['Leistungen', null, null,
		['Modernes Drucken', 'pages/leistung.html'],
		['Best of print', 'pages/bestprint.html'],
		['Awards', 'pages/awards.html'],
		['Leistungsspektrum', 'pages/spektrum.html'],
		['Prepress Know-how', 'pages/knowhow.html'],
		['Farbmanagement', 'pages/farbmanag.html'],
		['Downloadcenter', 'pages/download.html']
	],
	['Ansprechpartner', null, null,
		['&Uuml;bersicht', 'pages/ansprech.html'],
		['Gesch&auml;ftsleitung', 'pages/leitung.html'],
		['Verkauf', 'pages/verkauf.html'],
		['Auftragsbetreuung', 'pages/auftrag.html'],
		['Prepress', 'pages/prepress.html'],
		['Sekretariat', 'pages/sekretariat.html']
	],
	['Kontakt', null, null,
		['Auf einen Blick', 'pages/kontakt.html'],
		['Standort', 'pages/standort.html'],
		['Anfahrtsplan', 'pages/anfahrt.html'],
	],
];

