function fnfoot(){
str="";
str=str+"<div style='margin:6px;'>";
str=str+"<a href='http://www2.dupont.com/DuPont_Home/en_US/faq.html'>FAQ</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
str=str+"<a href='http://www2.dupont.com/DuPont_Home/en_US/site_map.html'>Site Map</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
str=str+"<a href='http://www2.dupont.com/DuPont_Home/en_US/legal.html'>Legal Notices &amp; Terms of Use</a>&nbsp;&nbsp;|&nbsp;&nbsp;";
str=str+"<a href='http://www2.dupont.com/DuPont_Home/en_US/privacy.html'>PRIVACY</a>";
str=str+"</div>";
str=str+"<div style='text-align: left;border-top: 1px solid #cccccc;'>";
str=str+"<p>Copyright &copy; 2009 DuPont. All Rights Reserved. The DuPont Oval Logo, DuPont&trade;, The miracles of science&trade; and all products denoted with &reg; or &trade; are registered trademarks or trademarks of E. I. du Pont de Nemours and Company or its affiliates.</p>";
str=str+"</div><br /><br />";
document.write(str);
}