var str = "";
var begLnk = "&gt;&gt; <a onFocus='blur(this)' onClick='openMenu()' class='iconlinksm' href='";
var endLnk = "</a><br>";
str += "<table border='0' cellspacing='0' cellpadding='0'>";
str += "<tr>";
str += "<td rowspan='6' bgcolor='#0E2947'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "<td bgcolor='FFFFFF'>";
str += "<table border='0' cellspacing='0' cellpadding='0' class='infoBoxText'>";
str += "<tr>";
str += "<td bgcolor='6A7F98' style='border-bottom: solid 1px #0E2947; border-top: solid 1px #0E2947'  ><img src='/common/images/general/spacer.gif' width='8' height='1'></td>";
str += "<td bgcolor='6A7F98' style='border-bottom: solid 1px #0E2947; border-top: solid 1px #0E2947' class='searchText' nowrap><img src='/common/images/general/spacer.gif' width='1' height='2'><br>Alcoa Worldwide<img src='/common/images/general/spacer.gif' width='4' height='1'><br><img src='/common/images/general/spacer.gif' width='23' height='1'></td>";
str += "<td bgcolor='FFFFFF'><img src='/csi/common/images/box_top_middle.gif' width='5' height='18'></td>";
str += "<td bgcolor='FFFFFF' width='100%' style='border-top: solid 1px #0E2947'>&nbsp;</td>";
str += "</tr>";
str += "</table>";
str += "<table border='0' cellspacing='0' cellpadding='0'>";
str += "<tr>";
str += "<td colspan='5' bgcolor='FFFFFF' ><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "</tr>";
str += "<tr>";
str += "<td bgcolor='FFFFFF' valign='top' nowrap class='iconlinksm'><img src='/common/images/general/spacer.gif' width='8' height='1'></td>";
str += "<td bgcolor='FFFFFF' valign='top' nowrap class='subNavTextGREEN'>";
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='FFFFFF'><img src='/common/images/general/spacer.gif' width='20' height='1'></td>";
str += "<td bgcolor='FFFFFF' valign='top' nowrap class='iconlinksm'></td>";
str += "<td bgcolor='FFFFFF' valign='top' nowrap class='iconlinksm'><img src='/common/images/general/spacer.gif' width='8' height='1'></td>";
str += "</tr>";
str += "<tr>";
str += "<td colspan='5' bgcolor='FFFFFF'><img src='/common/images/general/spacer.gif' width='1' height='4' border='0'></td>";
str += "</tr>";
str += "</table>";
str += "<table border='0' cellspacing='0' cellpadding='0' class='infoBoxText'>";
str += "<tr>";
str += "<td bgcolor='FFFFFF' width='100%' style='border-bottom: solid 1px #0E2947'>&nbsp;</td>";
str += "<td bgcolor='FFFFFF'><a href='javascript:openMenu()' onFocus='blur(this)' onMouseout='return flipX(\"light\",\"aboutclose\")' onMouseover='return flipX(\"dark\",\"aboutclose\")' class='searchText'><img src='/csi/common/images/en/close.gif' name='aboutclose' border='0'></a></td>";
str += "</tr>";
str += "</table>";
str += "</td>";
str += "<td rowspan='6' bgcolor='#0E2947'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "</tr>";
str += "</table>";
document.write(str);

function flipX(onoff,whichX) {
	var x = MM_findObj(whichX)
	if (onoff == "dark") {
		x.src = "common/images/en/close_a.gif"
		return true;
	} else {
		x.src = "common/images/en/close.gif"
		return true;		
	}
}
