var str = "";
var begLnk = "<img src='/common/images/general/nav_widget_orange_arrow_13h.gif' width='12' height='13'><a onFocus='blur(this)' onClick='openMenu()' class='iconlinksm' style='color: cc6600;' href='";
var endLnk = "</a><br>";
str += "<table border='0' cellspacing='0' cellpadding='0'>";
str += "<tr>";
str += "<td rowspan='6' bgcolor='999999'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "<td colspan='5' bgcolor='CCCCCC'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "<td rowspan='6' bgcolor='CCCCCC'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "</tr>";
str += "<tr>";
str += "<td rowspan='2' bgcolor='EBEBEB'><img src='/common/images/general/spacer.gif' width='8' height='1'></td>";
str += "<td colspan='3' bgcolor='EBEBEB' nowrap><img src='/common/images/general/spacer.gif' width='1' height='5'><br><span class='menubar'><b>语言</b></span><br><img src='/common/images/general/nav_widget_dots.gif' width='23' height='4'><br><img src='/common/images/general/spacer.gif' width='23' height='2'></td>";
str += "<td rowspan='2' bgcolor='EBEBEB'><img src='/common/images/general/spacer.gif' width='10' height='1'></td>";
str += "</tr>";
str += "<tr>";
str += "<td bgcolor='EBEBEB' valign='top' nowrap class='iconlinksm'>";
str += begLnk+"/gcfp/en/home.asp'>English"+endLnk;
str += begLnk+"/gcfp/zh/home.asp'>Chinese"+endLnk;
str += "</td>";
str += "<td bgcolor='EBEBEB'><img src='/common/images/general/spacer.gif' width='20' height='1'></td>";
str += "<td bgcolor='EBEBEB' valign='top' nowrap class='iconlinksm'>";
str += "</tr>";
str += "<tr>";
str += "<td colspan='5' bgcolor='EBEBEB'><img src='/common/images/general/spacer.gif' width='1' height='4' border='0'></td>";
str += "</tr>";
str += "<tr>";
str += "<td colspan='5' align='right' valign='middle' bgcolor='D7D7D7'><a href='javascript:openMenu()' onFocus='blur(this)' onMouseout='return flipX(\"light\",\"aboutclose\")' onMouseover='return flipX(\"dark\",\"aboutclose\")' class='widgetclose'>关闭<img src='/common/images/general/nav_widget_close_box.gif' name='aboutclose' width='9' height='9' hspace='4' align='absmiddle' border='0'><img src='/common/images/general/spacer.gif' width='2' height='16' align='absmiddle' border='0'></a></td>";
str += "</tr>";
str += "<tr>";
str += "<td colspan='5' bgcolor='999999'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "</tr>";
str += "</table>";
document.write(str);