function openupDisclaim()
{	var isdis = window.open("/disclaimer.asp","claim","toolbar=no,location=no,menubar=no,scrollbars=yes,width=600,height=300")
}
var txt="";
txt+="<table border='0' cellspacing='0' cellpadding='0' width='779' bgcolor='#0089CF'>";
txt+= " <tr> ";
txt+="    <td bgcolor='#787878' colspan='14'><IMG src='/images/clear.gif' height='5' width='1' border='0'>";
txt+="</td>";
txt+=" </tr>";
txt+=		 " <tr> ";    
txt+=		" <td height='27' class='link04'><a href='/about/tech.asp'><font color='#ffffff'> Systems & Processes </font></a></td> ";
txt+=         "<td height='27' class='link04'><a href='/about/membershipservices.asp'><font color='#ffffff'>Members</font></a></td>";
txt+=         "<td height='27' class='link04'><a href='/invdesk/services.asp'><font color='#ffffff'>Investor Desk</font></a></td>";
txt+=         "<td height='27' class='link04'><a href='/er_section/index.asp'><font color='#ffffff'>Research/Publications</font></a></td>";
txt+=         "<td height='27' class='link04'><a href='/about/careers.asp'><font color='#ffffff'>Careers</font></a></td>";
txt+=         "<td height='27' class='link04'><a href='/histdata/stockprc.asp'><font color='#ffffff'>Archives</font></a></td>";
txt+=        "<td height='27' class='link04b'><a href='/about/downloads.asp'><font color='#ffffff'>Downloads</font></a></td>";
txt+=        "</tr>  ";


txt+="<table border='0' cellspacing='0' cellpadding='0' width='779'>";
txt+="  <tr>";

txt+="    <td align='middle' class='bse4' colspan='14'>&nbsp;<br>";
txt+="      <a href='/contact/index.asp'><u><font color='#0000ff'>Contact Us</font></u></a> | <a href='javascript:openupDisclaim()'><u><font color='#0000ff'>Disclaimer</font></u></a> | <a href='/about/jvm.asp'><u><font color='#0000ff'>Site Help</font></u></a>";
txt+="      | <a href='/sitemap/index.asp'><u><font color='#0000ff'>Site Map</font></u></a> |  <a href='/otherlinks/index.asp'><u><font color='#0000ff'>Useful links</font></u></a><br>";
txt+="      &nbsp;";
txt+="    </td>";
txt+="  </tr>";
txt+="</table>";

document.write(txt);