//<![CDATA[
function addLoadEvent(func) 
{
	var oldonload = window.onload;
	if(typeof window.onload != 'function') 
	{
		window.onload = func;
	}else 
	{
		window.onload = function() 
		{ 
			oldonload();
			func();
		}
	}
}

function loadMenu() 
{
	var menuDropSearch = new dropMenu("genreDrop", "genreKeuze");
	var menuDropSearch = new dropMenu("maandDrop", "maandKeuze");
	var menuDropSearch = new dropMenu("seizoenDrop", "seizoenKeuze");
	//var winkelmandjeTabItem = new tabItem("winkelmandje");
	//var menuDropSearch = new dropMenu("menuInformatie", "menuInformatieKeuze");
	
	var menuVoorstellingen = new dropMenu("menuVoorstellingen", null);
	var menuInformatie = new dropMenu("menuInformatie", null);
	var menuNieuws = new dropMenu("menuNieuws", null);
	//var menuErrata = new dropMenu("menuErrata", null);
	//var menuRevitalisatie = new dropMenu("menuRevitalisatie", null);
	//var menuVacatures = new dropMenu("menuVacatures", null);
	var menuZakelijk = new dropMenu("menuZakelijk", null);
}

function activeTabs() {
	''; //swsw
}

addLoadEvent(loadMenu);
addLoadEvent(activeTabs);
// slideMenu.lineHeight = 19;

//]]>