

//Closes the table for teh navigation bar
function writeFooter() {
document.write('<p><hr>');
document.write('<center>');
document.write('<table width=80%><TR>');
document.write('<TD ALIGN="center"><font size="-2"><a HREF="http://www.weizmann.ac.il/"> ');
document.write('Weizmann Institute of Science</a></font></TD>');
document.write('<TD ALIGN="center"><font size="-2"><a href="http://www.weizmann.ac.il/biological_services/">');
document.write('Biological Services</A></font></TD>');
document.write('<TD ALIGN="center"><font size="-2">');
document.write('<a href="http://bioinfo.weizmann.ac.il">Bioinformatic & Biological Computing Unit</A></font></TD>'); 
document.write('</TR></table>');
document.write('<table width=80%><TR>');
document.write('<TD ALIGN="center"><font size="-2">');
document.write('<a href="http://www.weizmann.ac.il/molgen/members/lancet.html">Doron Lancet</a></font></td>');
document.write('<TD ALIGN="center"><font size="-2">');
document.write('<a href="http://www.genecards.org">GeneCards</A></font></td>');
document.write('</TR></table>');
document.write('</font><br>');
document.write('</center>');
document.write('<font color="#2B5079" size="-2">');
document.write('<http://bip.weizmann.ac.il/HORDE/new.gif> Last updated:1 May 2004</font>');
}	
















