// foot() - displays footer in a table
function foot() {
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="95%">');
document.write('<tr>');
document.write('<td width="188"><img src="../img/spacer.gif" width="188" height="62" border="0"></td>');
document.write('<td valign="bottom" align="left" width="95%"><img src="../img/spacer.gif" width="163" height="26" border="0"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="../img/spacer.gif" width="1" height="6" border="0"></td>');
document.write('<td>');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="85%">');
document.write('<tr>');
document.write('<td background="../img/reddottedrule.gif"><img src="../img/spacer.gif" width="100" height="6"></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="../img/spacer.gif" width="1" height="12" border="0"></td>');
document.write('<td class="footer">&nbsp;<a href="../company/index.html">Company</a> | <a href="../industry/index.html">Industry Expertise</a> | <a href="../services/index.html">Services</a> | <a href="../technical/index.html">Technical Knowledge</a> | <a href="../clients/index.html">Clients</a> | <a href="../contact/index.html">Contact</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="../img/spacer.gif" width="1" height="4" border="0"></td>');
document.write('<td>');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="85%">');
document.write('<tr>');
document.write('<td background="../img/bdr.gif"><img src="../img/spacer.gif" width="100" height="6"></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');

document.write('<tr>');
document.write('<td><img src="../img/spacer.gif" width="1" height="2" border="0"></td>');
document.write('<td><img src="../img/spacer.gif" width="1" height="2" border="0"></td>');
document.write('</tr>');


document.write('<tr>');
document.write('<td><img src="../img/spacer.gif" width="1" height="12" border="0"></td>');
document.write('<td class="footer">&nbsp;Copyright &copy; 2002-2005 GGA Software Services LLC. All rights reserved.</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="../img/spacer.gif" width="1" height="18" border="0"></td>');
document.write('<td><img src="../img/spacer.gif" height="18" border="0"></td>');
document.write('</tr>');
document.write('</table>');
        }
// -->
