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' href='";
var endLnk = "</a><br>";
str += "<table width='108' border='0' cellspacing='0' cellpadding='0'>";
str += "<tr>";
str += "<td colspan='9'><img src='/common/images/general/spacer.gif' width='1' height='2'></td>";
str += "</tr>";
str += "<tr>";
str += "<td colspan='9' bgcolor='3B5CA7'><img src='/alcoawheels/south_america/images/btn-worldwide_en.gif' border='0'></td>";
str += "</tr>";
str += "<tr>";
str += "<td rowspan='6' bgcolor='999999'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
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></td>";
str += "<td rowspan='2' bgcolor='EBEBEB'><img src='/common/images/general/spacer.gif' width='10' 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 bgcolor='EBEBEB' valign='top' nowrap class='iconlinksm'>";
str += begLnk+"/global/en/home.asp'>Home"+endLnk;
str += begLnk+"/global/en/about_alcoa/overview.asp'>About Alcoa"+endLnk;
str += begLnk+"/global/en/products/overview.asp'>Products"+endLnk;
str += begLnk+"/global/en/community/info_page/overview.asp'>Community"+endLnk;
str += begLnk+"/global/en/environment/overview.asp'>Environment"+endLnk;
str += begLnk+"/global/en/news/headlines.asp'>News"+endLnk;
str += begLnk+"/global/en/invest/overview.asp'>Invest"+endLnk;
str += begLnk+"/global/en/careers/info_page/overview.asp'>Careers"+endLnk;
str += begLnk+"/global/en/general/privacy.asp'>Privacy Policy"+endLnk;
str += begLnk+"/global/en/general/legal.asp'>Legal Notices"+endLnk;
str += "</td>";
str += "<td bgcolor='EBEBEB'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "<td bgcolor='EBEBEB' valign='top' nowrap class='iconlinksm'></td>";
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'>close<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);