

		var ms = new TransMenuSet(TransMenu.direction.down, 1, 1, TransMenu.reference.bottomLeft);
		//==================================================================================================
		//var menu1 = ms.addMenu(document.getElementById("b1"));
		//menu1.addItem("Company History&nbsp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "#"); 
		//menu1.addItem("Company Vision", "#");
		//menu1.addItem("Company Motto", "#");
						
		//==================================================================================================
		var menu2 = ms.addMenu(document.getElementById("b2"));
		menu2.addItem("Milieu Blauw &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "../default/ListPage.aspx?Id=7&TypeId=2&EdCategoryId=11");
		menu2.addItem("Milieu Rood","../default/ListPage.aspx?Id=7&TypeId=2&EdCategoryId=12");
		menu2.addItem("Milieu Groen", "../default/ListPage.aspx?Id=7&TypeId=2&EdCategoryId=13");
		menu2.addItem("Milieu Grijs","../default/ListPage.aspx?Id=7&TypeId=2&EdCategoryId=14");
		menu2.addItem("Opsporing", "../default/ListPage.aspx?Id=7&TypeId=2&EdCategoryId=15");
		menu2.addItem("Toezicht", "../default/ListPage.aspx?Id=7&TypeId=2&EdCategoryId=16");
		menu2.addItem("Overig", "../default/ListPage.aspx?Id=7&TypeId=2&EdCategoryId=17");

		
		//==================================================================================================
		var menu2 = ms.addMenu(document.getElementById("b3"));
		menu2.addItem("Boekrecensies &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "../default/ListPage.aspx?Id=42&TypeId=3&EdCategoryId=8");
		menu2.addItem("Auteurswerk","../default/ListPage.aspx?Id=42&TypeId=3&EdCategoryId=9");
		menu2.addItem("Lesmateriaal", "../default/Lesmateriaal.aspx?Id=42&TypeId=3&EdCategoryId=10");

		//==================================================================================================
		var menu3 = ms.addMenu(document.getElementById("b4"));
		menu3.addItem("Milieu Blauw &nbsp;", "../default/ListPage.aspx?Id=2&TypeId=1&EdCategoryId=1");
		menu3.addItem("Milieu Rood","../default/ListPage.aspx?Id=2&TypeId=1&EdCategoryId=2");
		menu3.addItem("Milieu Groen", "../default/ListPage.aspx?Id=2&TypeId=1&EdCategoryId=3");
		menu3.addItem("Milieu Grijs","../default/ListPage.aspx?Id=2&TypeId=1&EdCategoryId=4");
		menu3.addItem("Opsporing", "../default/ListPage.aspx?Id=2&TypeId=1&EdCategoryId=5");
		menu3.addItem("Toezicht", "../default/ListPage.aspx?Id=2&TypeId=1&EdCategoryId=6");
		menu3.addItem("Overig","../default/ListPage.aspx?Id=2&TypeId=1&EdCategoryId=7");
		
		TransMenu.renderAll();


