
if (TransMenu.isSupported()) {
	TransMenu.updateImgPath('#');
	var ms = new TransMenuSet(TransMenu.direction.down, -7, 15, TransMenu.reference.bottomLeft); //-7搿?0暇
	TransMenu.subpad_x = 1;
	TransMenu.subpad_y = 0;

	var tmenu62 = ms.addMenu(document.getElementById("menu62"));
	tmenu62.addItem("Notre Compagnie", "http://www.btchk.com.hk/fra/aboutus/notre.htm", 0, 0);
	tmenu62.addItem("Notre Societ", "http://www.btchk.com.hk/fra/aboutus/societ.htm", 0, 0);
	tmenu62.addItem("Notre Philosophie", "http://www.btchk.com.hk/fra/aboutus/philosophie.htm", 0, 0);
	tmenu62.addItem("Comment travaillons-nous", "http://www.btchk.com.hk/fra/aboutus/comment.htm", 0, 0);
	tmenu62.addItem("Our Strength (EN)", "http://www.btchk.com.hk/aboutus/strength.htm", 1, 0);
	var tmenu59 = ms.addMenu(document.getElementById("menu59"));
	tmenu59.addItem("Strategie de developpement", "http://www.btchk.com.hk/fra/service/strategie.htm", 0, 0);
	tmenu59.addItem("Etude des Industries", "http://www.btchk.com.hk/fra/service/etude.htm", 0, 0);
	tmenu59.addItem("Conseils Juridiques", "http://www.btchk.com.hk/fra/service/conseils.htm", 0, 0);
	tmenu59.addItem("Conseils en politiques", "http://www.btchk.com.hk/fra/service/politiques.htm", 0, 0);
	tmenu59.addItem("Coentreprises et Alliances", "http://www.btchk.com.hk/fra/service/coentreprises.htm", 0, 0);
	tmenu59.addItem("BTC Expeditions(EN)", "http://www.btchk.com.hk/service/service06.htm", 1, 0);
	tmenu59.addItem("Marketing Reports(EN)", "http://www.btchk.com.hk/market/market.htm", 1, 0);
/*	var tmenu61 = ms.addMenu(document.getElementById("menu61"));
	tmenu61.addItem("BTC Team", "/btcteam/index.htm", 0, 0);
	tmenu61.addItem("Our Affiliates", "/btcteam/affi.htm", 0, 0);
	tmenu61.addItem("Our Alliances", "/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", 1, 0);
	tmenu93.addItem("Overseas Projects", "http://www.btchk.com.hk/project/enquires.htm", 1, 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("International Bag Corporation", "http://www.internationalbag.com/home.jsp", 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();			
    }

