
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.left, 130, -26, mtDropDown.reference.bottomLeft);

		// menu : About Rishon
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		//menu1.addItem("> Profile", "#");
				
		// menu : Our Mission
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		//menu2.addItem("> Products & Technology ", "#");

                // menu£ºCore Business
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("> Accessory Processing", "/accessory/");
                menu3.addItem("> Fire Extinguish", "/fireex/");
                menu3.addItem("> Extracts & Nutrition", "/health/");
                menu3.addItem("> Fine Chemicals", "/finechem/");
                menu3.addItem("> Agriculture Fertilizer", "/agriculture/");
                menu3.addItem("> Plant Growth Agent", "/agriculture/");
                menu3.addItem("> Real Estate ", "/realestate/");
                menu3.addItem("> Construction Related", "/realestate/");
                menu3.addItem("> EDUCATION CONSULTING", "/education/");

		// menu£ºNews & Events
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		//menu4.addItem("> Under Construction", "#");
							
		// menu£ºNews & Events
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		//menu5.addItem("> Hongkong", "#");
		//menu5.addItem("> PRC Mainland", "#");
		
				
	       
		

		//==================================================================================================
		// write drop downs into page
		//==================================================================================================
		// this method writes all the HTML for the menus into the page with document.write(). It must be
		// called within the body of the HTML page.
		//==================================================================================================
		mtDropDown.renderAll();
	}

