/*
  --- 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 = [
	['Services', '../services/index.html', null,
		['Webservers', '../services/index.html', null,
			['Standard', '../services/servers-haupt.html', null,],
			['Extended', '../services/servers-haupt.html', null,],
			['Large', '../services/servers-haupt.html', null,],
			['Private', '../services/servers-haupt.html', null,],
			['Chat', '../services/servers-spezial.html', null,],
			['Mail', '../services/servers-domain.html', null,],
			['Mirror', '../services/servers-domain.html', null,],
			['Forward', '../services/servers-domain.html', null,],
			['5-liber', '../services/servers-spezial.html', null,],
			['à la Carte', '../services/servers-spezial.html', null,],
		],
		['Bestellen', '../services/bestellen.html', null,],
		['Domain Namen', '../services/domain.html', null,],
		['Webdesign', '../services/webdesign.html', null,],
		['Sales Broker werden', '../services/broker.html', null],
	],
	['Support', '../support/index.html', null,
		['FAQ - Antworten', '../support/index.html', null,],
		['Supportanfrage', '../support/support.html', null,],
		['E-Mail', '../support/email.html', null,
			['Adresse erstellen', '../support/mailaddress.html', null,],
			['E-Mail einrichten', '../support/mailinstall.html', null,],
			['Webmail benutzen', '../support/webmail.html', null,],
		],
		['Sicherheit', '../support/sicherheit.html', null,
			['Spam', '../support/spam.html', null,],
			['Viren', '../support/viren.html', null,],
		],
		['Webseiten erstellen', '../support/editieren.html', null,
			['HTML Tips', '../support/html.html', null,],
			['mailto-Scrambler', '../support/mailscrambler.html', null,],
			['Serverseitige Scripts', '../support/ssi.html', null,],
			['Online Editor', '../support/onlineeditor.html', null,],
			['Fehlermeldungen', '../support/errors.html', null,],
		],
		['Glossar', '../support/glossar.html', null,],
	],
	['Bonus', '../bonus/index.html', null,
		['Internet Browser', '../bonus/web.html', null,],
		['E-Mail Programme', '../bonus/mail.html', null,],
		['FTP-Programme', '../bonus/ftp.html', null,],
		['E-Cards', '../bonus/cards.html', null,],
		['webcounters.ch', 'http://www.webcounters.ch', null,],
		['myBlogs.ch', 'http://www.myblogs.ch', null,],
	],
	['About', '../about/index.html', null,
		['Kontakt', '../about/index.html', null,],
		['AGB', '../about/agb.html', null,],
		['Mission', '../about/mission.html', null,],
		['Impressum', '../admin/index.html', null,]
	],
];


