var MENU_ITEMS = [

	
	[wrap_gold('&Uuml;BER UNS'), null, {'sw' : 80},
		['&nbsp;&nbsp;&nbsp;Was ist Schrammelklang', 'WasIstSchrammelKlang.php', null],
		['&nbsp;&nbsp;&nbsp;Organisationsteam', 'Team.php', {'sw' : 100}],
		['&nbsp;&nbsp;&nbsp;Jobs', 'Jobs.php', null],
		['&nbsp;&nbsp;&nbsp;Kontakt', 'Contact.php', {'sw' : 100}],
		['&nbsp;&nbsp;&nbsp;AGB', 'AGB.php', null],
	],
	
	
	
	
	[wrap_gold('UNTERST&Uuml;TZER'), null, {'sw' : 120},
		['&nbsp;&nbsp;&nbsp;F&ouml;rderer&nbsp;', 'Foerderer.php', null],
		['&nbsp;&nbsp;&nbsp;Medienpartner&nbsp;', 'MedienPartner.php', null],
		['&nbsp;&nbsp;&nbsp;Kooperationspartner&nbsp;', 'Partner.php', null],
		['&nbsp;&nbsp;&nbsp;Sponsoren&nbsp;', 'Sponsors.php', null],
	],	
	
	

	
	[wrap_gold('PROGRAMM'), 'Program.php', {'sw':120},
		['&nbsp;&nbsp;&nbsp;Freitag 9. Jul 2010','Program.php#Fr', null],
		['&nbsp;&nbsp;&nbsp;Samstag 10. Jul 2010','Program.php#Sa', null],
		['&nbsp;&nbsp;&nbsp;Sonntag 11. Jul 2010','Program.php#So', null],
		['&nbsp;&nbsp;&nbsp;Waldviertler Schmalspurbahn', 'WaldviertlerSchmalspurbahn.php', null],
		['&nbsp;&nbsp;&nbsp;Kinderanimation', 'Children.php', null],
		['&nbsp;&nbsp;&nbsp;Jam-Sessions', 'JamSession.php', null],
		['&nbsp;&nbsp;&nbsp;Schrammel Workshop', 'Dudeln.php', null],
		['&nbsp;&nbsp;&nbsp;Bauhütten', 'Bauhuette.php', null],
		
		['&nbsp;&nbsp;&nbsp;Archiv<img src="scripts/arrow.gif" align="right" style="padding: 5px 5px 5px 5px;">', null, null,
			['&nbsp;&nbsp;&nbsp;Programm 2007', 'Program2007.php', null],		
			['&nbsp;&nbsp;&nbsp;Programm 2008', 'Program2008.php', null],		
			['&nbsp;&nbsp;&nbsp;Programm 2009', 'Program2009.php', null],	
			['&nbsp;&nbsp;&nbsp;Impressionen 2007', 'SKF2007', null],		
			['&nbsp;&nbsp;&nbsp;Impressionen 2008', 'SKF2008.php', null],		
			['&nbsp;&nbsp;&nbsp;Impressionen 2009', 'SKF2009.php', null]
		]		
	],



	[wrap_gold('K&Uuml;NSTLERiNNEN'), 'Artists.php', {'sw':120}],
	



	
	[wrap_gold('SERVICE'), null, {'sw':80},
		['&nbsp;&nbsp;&nbsp;B&uuml;hnen','Stages.php', null],
		['&nbsp;&nbsp;&nbsp;Anfahrtsplan&nbsp;', 'Anreise.php', null],
		['&nbsp;&nbsp;&nbsp;Organisierte Anreise', 'Buses.php', null],
		['&nbsp;&nbsp;&nbsp;Hotels und Pensionen', 'Hotels.php', null],
		['&nbsp;&nbsp;&nbsp;Camping', 'Camping.php', null],
		['&nbsp;&nbsp;&nbsp;Shuttle', 'Shuttle.php', null],
		['&nbsp;&nbsp;&nbsp;Links', 'Links.php', null],		
		['&nbsp;&nbsp;&nbsp;Feedback', 'Feedback.php', null],		
	],


	[wrap_gold('PRESSE'), 'Press.php', {'sw' : 80},
		['&nbsp;&nbsp;&nbsp;Presseinformation', 'Press.php', null],
	],



	[wrap_gold('TICKETS'), 'Tickets.php', {'sw' : 80},
		['&nbsp;&nbsp;&nbsp;Karten Information', 'Tickets.php', null],
		['&nbsp;&nbsp;&nbsp;Schrammel Shop', 'SchrammelShopBasket.php', null],
	],
	
	
	
		[wrap_gold('HOME'), 'index.php', {'sw':80}
	],
];




function wrap_gold (text) {
var res=[];
for (var i=0; i<3; i++)
	res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="scripts/img/Schrammel',
	(i?2:1),'_l.gif" width="1" height="23" border="0"></td><td background="scripts/img/Schrammel',
	(i?2:1),'_m.gif" style="font-face: tahoma, verdana, arial; font-size: 11px; font-weight: bold; color: #FF9933" width="100%">',text,'</td><td><img src="scripts/img/Schrammel',
	(i?2:1),'_r.gif" width="1" height="23" border="0"></td></tr></table>'
	].join('');
return res;
}

