function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//-->

// JavaScript Document
document.write("                      <div>")
document.write("                        <SELECT class=top-language onchange=\"MM_jumpMenu('this',this,0)\" name=select\">")
document.write("                            <OPTION selected>Select a Language</OPTION>")
document.write("                            <OPTION value=/en/index.asp>&nbsp;English</OPTION>")
document.write("                            <OPTION value=/cn/index.asp>&nbsp;Chinese(GB)</OPTION>")
document.write("                            <OPTION value=http://www.cantonfair.org.cn:82/gate/big5/www.cantonfair.org.cn/cn/index.asp>&nbsp;Chinese(BIG5)</OPTION>")
document.write("                            <OPTION value=/french/index.shtml>&nbsp;French</OPTION>")
document.write("                            <OPTION value=/german/index.shtml>&nbsp;German</OPTION>")
document.write("                            <OPTION value=/Italian/index.shtml>&nbsp;Italian</OPTION>")
document.write("                            <OPTION value=/russian/index.shtml>&nbsp;Russian</OPTION>")
document.write("                            <OPTION value=/spanish/index.shtml>&nbsp;Spanish</OPTION>")
document.write("                            <OPTION value=/Portuguese/index.shtml>&nbsp;Portuguese</OPTION>")
document.write("                            <OPTION value=/arabic/index.shtml>&nbsp;Arabic</OPTION>")
document.write("                            <OPTION value=/korean/index.shtml>&nbsp;Korean</OPTION>")
document.write("                            <OPTION value=/japanese/index.shtml>&nbsp;Japanese</OPTION>")
document.write("                         </SELECT>")
document.write("                      </div>")