
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem(" &nbsp; Message", "guidance/message.html"); 
		menu1.addItem(" &nbsp; Management Philosophy", "guidance/rinen.html"); 
		menu1.addItem(" &nbsp; Corporate Governance", "guidance/governance.html");
		menu1.addItem(" &nbsp; Group", "guidance/group.html");
		menu1.addItem(" &nbsp; Company Outline", "guidance/outline.html");
		menu1.addItem(" &nbsp; Company History", "guidance/history.html");
		menu1.addItem(" &nbsp; Corporate Structure", "guidance/soshiki.html");
		menu1.addItem(" &nbsp; Administration", "guidance/yakuin.html");
		menu1.addItem(" &nbsp; Line of business", "guidance/hinmoku.html");
		menu1.addItem(" &nbsp; List of Domestic Offices", "guidance/domestic.html");
		menu1.addItem(" &nbsp; List of Overseas Offices", "guidance/international.html");


		// menu : サービス
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem(" &nbsp; Logistics Service", "logi/index.html");
		menu2.addItem(" &nbsp; Total Car Service", "tcs/index.html");
		menu2.addItem(" &nbsp; Information Service", "is/index.html");
		menu2.addItem(" &nbsp; Temporary Staffing Service", "jinzai/index.html");

mtDropDown.renderAll();
	}
