var MENU1_ITEMS =[



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


	
	[wrap_blue('Ausgaben'), 'javascript:self.focus()' , {'sw':100, 'bw':120},
		['&nbsp;&nbsp;<font color=#FFFFFF>Übersicht</font>', '../../../cgi/ausgabenarchiv/main/ausgnr.cgi'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Archiv</font>', '../../../de/ausgaben/archiv/index.html'],

	],





	[wrap_blue('Bestellungen'), 'javascript:self.focus()' , {'sw':115, 'bw':135},
		['&nbsp;&nbsp;<font color=#FFFFFF>Schnupperabo</font>', '../../../cgi/ausgabenarchiv/main/schnupperabo.cgi'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Jahresabo</font>', '../../../cgi/ausgabenarchiv/main/jahresabo.cgi'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Ermäßigtes Abo</font>', '../../../cgi/ausgabenarchiv/main/erm_abo.cgi'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Einzel-Exemplar</font>', '../../../cgi/einzelausgabe/main/einzelausgabe.cgi'],

	],


	




	[wrap_blue('Souk'), '../../../de/souk/main/index.html' , {'tt': 'Souk', 'sw':70}],	




	[wrap_blue('Newsletter'), '../../../cgi/newsletter/main/newsletter.htm' , {'tt': 'Newsletter', 'sw':100}],	



	[wrap_blue('Shop'), 'http://www.dubai-onlineshop.de', {'tt': 'Shop', 'sw':80}],


	[wrap_blue('Kontakt'), 'javascript:self.focus()' , {'sw':105, 'bw':125},
		['&nbsp;&nbsp;<font color=#FFFFFF>Impressum</font>', '../../../de/kontakt/impressum/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Redaktion</font>', '../../../de/kontakt/redaktion/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Kontaktformular</font>', '../../../de/kontakt/formular/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Mediadaten</font>', '../../../de/kontakt/mediadaten/index.html'],
		['&nbsp;&nbsp;<font color=#FFFFFF>Email</font>', 'mailto:info@dubai-media.com'],

	],






	
	
	
	
	








];







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;
}