
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 28, 0, mtDropDown.reference.bottomLeft);
		// menu : 1
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Shenglin Financial ", "/en/sf/vision.html");		
		menu1.addItem("President Profile", "/en/index.html");
		menu1.addItem("Our Team", "/en/our_team.html");
		
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Products", "/en/ps/products.html");		
		menu2.addItem("Service", "/en/ps/service.html");

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Position", "/en/career/index.html");		
		menu3.addItem("Online Application", "/en/career/apply.html");

		
		
		
		
		mtDropDown.renderAll();
	}
