function wrap (text, color) { 
	return '<span style="color: ' + color + ';font-weight:bold;">' + text + '</span>';
} 

{
var MENU_ITEMS = [
	['Welkom','start.html', {'tw' : 'content'}],
	['Wie zijn wij?','mostert.html', {'tw' : 'content'}],
	['Wat doen wij?', 'portfolio.html', {'tw' : 'content'}],
	['Proefschriften','proefschrift.html',{'tw' : 'content'}],
	['Aanlevering', 'digitaal.html', {'tw' : 'content'}],
	['Offertes', 'offertes.html', {'tw' : 'content'}],
	['Informatie drukken',null, null,
		['Offsetdruk','offset.html', {'tw' : 'content'}],
		['PMS-kleuren','kleuren.html', {'tw' : 'content'}],
		['Kleurscheiding','separatie.html', {'tw' : 'content'}],
		['Scannen','scannen.html', {'tw' : 'content'}],
		['RGB of CYMK?','cymk.html', {'tw' : 'content'}],
		['Afwerking','afwerken.html', {'tw' : 'content'}],
		['Veredeling','veredeling.html', {'tw' : 'content'}],
		['Woordenlijst','woordenl.html', {'tw' : 'content'}],
	],
	['Webcam', 'webcam.html',{'tw' : 'content'}],
	['Aanbieding', 'aanbieding.html', {'tw':'content'}],
	['Milieu', 'milieu.html',{'tw':'content'}],
	['Vragen?', 'vragen.html', {'tw':'content'}],
	['Video', 'video.html', {'tw':'content'}],
	[wrap('Nieuws','yellow'), 'nieuws.html', {'tw':'content'}],
	];

}
