if (TransMenu.isSupported()) {
	TransMenu.updateImgPath('#');
	var ms = new TransMenuSet(TransMenu.direction.down, -7, 15, TransMenu.reference.bottomLeft); //-7是左距离。10是上距离
	TransMenu.subpad_x = 1;
	TransMenu.subpad_y = 0;

	var tmenu62 = ms.addMenu(document.getElementById("menu62"));
	tmenu62.addItem("Company Profile", "http://www.btchk.com.hk/aboutus/Profile.htm", 0, 0);
	tmenu62.addItem("Mission Statement", "http://www.btchk.com.hk//aboutus/mission.htm", 0, 0);
	tmenu62.addItem("How Do We Work", "http://www.btchk.com.hk/aboutus/howdowework.htm", 0, 0);
	tmenu62.addItem("Our Philosophy", "http://www.btchk.com.hk/aboutus/philosophy.htm", 0, 0);
	tmenu62.addItem("Our Strengths", "http://www.btchk.com.hk/aboutus/strength.htm", 0, 0);
    tmenu62.addItem("Case Studies", "http://www.btchk.com.hk/aboutus/casestudies.htm", 0, 0);
	var tmenu59 = ms.addMenu(document.getElementById("menu59"));
	tmenu59.addItem("Intellectual Property Protection", "http://www.btchk.com.hk/service/service01.htm", 0, 0);
	tmenu59.addItem("Consulting", "http://www.btchk.com.hk/service/service02.htm", 0, 0);
	tmenu59.addItem("Marketing", "http://www.btchk.com.hk/service/service03.htm", 0, 0);
	tmenu59.addItem("Corporate Service", "http://www.btchk.com.hk/service/service04.htm", 0, 0);
	tmenu59.addItem("Bussiness Matching", "http://www.btchk.com.hk/service/service05.htm", 0, 0);
	tmenu59.addItem("BTC Expeditions", "http://www.btchk.com.hk/service/service06.htm", 0, 0);
	tmenu59.addItem("Marketing Reports", "http://www.btchk.com.hk/market/market.htm", 0, 0);
	tmenu59.addItem("Translation", "http://www.btchk.com.hk/service/translation.htm", 0, 0);
	var tmenu61 = ms.addMenu(document.getElementById("menu61"));
	tmenu61.addItem("BTC Team", "http://www.btchk.com.hk/btcteam/index.htm", 0, 0);
	tmenu61.addItem("Our Affiliates", "http://www.btchk.com.hk/btcteam/affi.htm", 0, 0);
	tmenu61.addItem("Our Alliances", "http://www.btchk.com.hk/aboutus/alliances.htm", 0, 0);

/*	tmenu61.addItem("Our Experts", "/btcteam/experts.htm", 0, 0);
	tmenu61.addItem("<b><font color=red>ET</font>Business</b>备用,前面可用红色的标志", "/cpzx/cpzx_swlt.jsp", 0, 0);
	tmenu61.addItem("<b><font color=red>ET</font>Knowbot</b>文档管理系统", "/cpzx/cpzx_wdgl.jsp", 0, 0);
	tmenu61.addItem("<b><font color=red>ET</font>Expert</b>行业管理系统", "/cpzx/cpzx_xxkjgl.jsp", 0, 0);
	
	var tmenu71 = ms.addMenu(document.getElementById("menu71"));
	tmenu71.addItem("Commercial Tour", "/photo/index.htm", 0, 0);
	tmenu71.addItem("BTC Delegation", "/photo/btc.htm", 0, 0);
	tmenu71.addItem("Business Meetings", "/photo/business.htm", 0, 0);*/
	var tmenu93 = ms.addMenu(document.getElementById("menu93"));
	tmenu93.addItem("China Projects", "http://www.btchk.com.hk/project/govproject.htm", 0, 0);
	tmenu93.addItem("Overseas Projects", "http://www.btchk.com.hk/project/enquires.htm", 0, 0); 
	var tmenu95 = ms.addMenu(document.getElementById("menu95"));
	tmenu95.addItem("Ericorps Group", "http://www.ericorpsgroup.com", 1, 0);  //1为在新窗口打开，0为不标记为红色背景
	tmenu95.addItem("USA-China Business Net", "http://www.usa-chinanet.com/default.aspx", 1, 0);
	
	tmenu95.addItem("www.china.opzijnbest.nl ", "http://www.usa-chinanet.com/default.aspx", 1, 0);
		
/*
	var tmenu66 = ms.addMenu(document.getElementById("menu66"));
	tmenu66.addItem("备用选项", "/khfw/khfw_sqsy.jsp", 0, 0);
	tmenu66.addItem("备用选项", "/khfw/khfw_cpzc.jsp", 0, 0);
	tmenu66.addItem("备用选项", "/khfw/khfw_zbyz.jsp", 0, 0);	
	tmenu66.addItem("备用选项", "/khfw/khfw_xxfk.jsp", 0, 0);
*/	
	TransMenu.renderAll();
    }
    init1=function(){TransMenu.initialize();}
    if (window.attachEvent) {
	window.attachEvent("onload", init1);
    }else{
	TransMenu.initialize();			
    }

