
function ShowFooter()
{
var Footer = "";
Footer=" <table border='0' cellpadding='0' cellspacing='0' width='100%'>";
Footer+=" <tr>";
Footer+="         <td style='padding-top:8px' >";
Footer+="                <img alt='' height='4' src='/English/images/index_32.gif' width='100%' /></td>";
Footer+="        </tr>";
Footer+="        <tr>";
Footer+="            <td height='50' >";
Footer+="             </td>";
Footer+="         </tr>";
Footer+="         <tr>";
Footer+="         <td align='center' >";
Footer+="<table width='100%' align='center' border='0' ><tr><td  align='center' ><a class='Main' href='/english/Aboutus/index.html'> 	About Us  ";
Footer+="</a> | <a class='Main' href='/english/OurBusiness/index.html'>Our Business</a> | <a class='Main' href='/english/MediaInvestor/index.html'> 	Media Center ";
Footer+="</a> | <a class='Main' href='/english/Contactus/index.html'>	Contact Us</a> | <a class='Main' href='/english/Careers/joblistings.asp'>Careers Opportunities</a></td></tr></table>";
Footer+="         </td>";
Footer+="         </tr>";
Footer+="         <tr>";
Footer+="             <td class='Footer' >";
Footer+="                 Privacy Statement © Copyright 2010. The First Investor.  All";
Footer+="                 right reserved.";
Footer+="            </td>";
Footer+="        </tr>";
Footer+="     </table>";

document.write (Footer);
}

