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+"/global/en/home.asp'>主页"+endLnk;
str += begLnk+"/global/en/about_alcoa/overview.asp'>关于美铝"+endLnk;
str += begLnk+"/global/en/products/overview.asp'>产品"+endLnk;
str += begLnk+"/global/en/community/info_page/overview.asp'>社区"+endLnk;
str += begLnk+"/global/en/environment/overview.asp'>环境"+endLnk;
str += begLnk+"/global/en/news/headlines.asp'>新闻"+endLnk;
str += begLnk+"/global/en/invest/overview.asp'>投资"+endLnk;
str += begLnk+"/global/en/careers/info_page/overview.asp'>事业"+endLnk;
str += begLnk+"/global/en/general/privacy.asp'>隐私政策"+endLnk;
str += begLnk+"/global/en/general/legal.asp'>法律声明"+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);