//------------- Header body -------------
var web_root = getClientURL();
var logoIMG = web_root + "/images/tm_logo.gif";
var cn_indexURL= web_root + "/cn_index.htm";

  document.write("<Table BORDER=0 CELLSPACING=0 CELLPADDING=0 HEIGHT=70 WIDTH=772>");
  document.write("<TR><TD HEIGHT=30><\/TD><\/TR>");
  document.write("<tr><td width=20><\/td>");
  document.write("<td><img src='"+logoIMG+"' border=0><\/TD>");
  document.write("<td width=200><\/td>");
  document.write("<td align='right'><a href='"+cn_indexURL+"' class='refc1'>&#20013;&#25991;&#29256;<\/a> <font class='txt_12'>|</font> <font class='cnf_tt'> English<\/font><\/TD>");
  document.write("<\/TR>");
  document.write("<TR><TD HEIGHT=1><\/TD><\/TR>");
  document.write("<\/TABLE>");
//------------- END Header body -------------

