var MENU1_ITEMS =[



	[wrap_blue('Home'), '../../../de/home/main/index.html', {'tt': 'Home', 'sw':65}],
	


	
	[wrap_blue('Produkte'), 'javascript:self.focus()' , {'sw':77, 'bw':200},
		['&nbsp;&nbsp;<font color=#FFFFFF>Instrumente</font>', '../../../de/produkte/instrumente/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Zubehör</font>', '../../../de/produkte/zubehoer/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Erweiterungen Hardware</font>', '../../../de/produkte/hardware/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Erweiterungen Software</font>', '../../../de/produkte/software/index.html'],

	],



	

	[wrap_blue('Termine'), '../../../cgi/de/kalender/termine.cgi' , {'tt': 'Termine', 'sw':72}],


	[wrap_blue('Online-Shop'), '../../../de/shop/main/index.html' , {'tt': 'Online-Shop', 'sw':92}],



	[wrap_blue('Finanzierung'), '../../../de/finanzierung/main/index.html' , {'tt': 'Finanzierung', 'sw':97}],	
	


	[wrap_blue('Künstler'), '../../../de/kuenstler/main/index.html' , {'tt': 'Künstler', 'sw':77}],	



	[wrap_blue('Downloads'), 'javascript:self.focus()' , {'sw':85, 'bw':200},
		['&nbsp;&nbsp;<font color=#FFFFFF>Sound-Demos</font>', '../../../de/downloads/demos/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Prospekte</font>', '../../../de/downloads/prospekte/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Bedienungsanleitungen</font>', '../../../de/downloads/anleitungen/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Software-Updates / Firmware</font>', '../../../de/downloads/software_updates_firmware/index.html'],

	],





	[wrap_blue('Kontakt'), 'javascript:self.focus()' , {'sw':85, 'bw':170},
		['&nbsp;&nbsp;<font color=#FFFFFF>Impressum</font>', '../../../de/kontakt/impressum/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Formular</font>', '../../../de/kontakt/formular/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Email-Hotline</font>', '../../../de/kontakt/email_hotline/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Anfahrt / Öffnungszeiten</font>', '../../../de/kontakt/anfahrt/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Händlerverzeichnis</font>', '../../../de/kontakt/haendler/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Partner / Links</font>', '../../../de/kontakt/partner/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Newsletter</font>', '../../../cgi/de/newsletter/newsletter.htm'],


	],






	
	
	
	
	








];







function wrap_blue (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="../../../de/navigation/img/blue',
			(i?2:1),'_l.gif" width="8" height="30" border="0"></td><td background="../../../de/navigation/img/blue',
			(i?2:1),'_m.gif" style="font-face: arial; font-size: 11px; font-weight: bold; color: #ffffff" width="100%">',text,'</td><td><img src="../../../de/navigation/img/blue',
			(i?2:1),'_r.gif" width="8" height="30" border="0"></td></tr></table>'
		].join('');
	return res;
}
