function writeHeader() {
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#006699">');
document.write('<tr><td bgcolor="#006699" width="114" height="71"  align="left" valign="top" rowspan="2"><img src="http://www.weizmann.ac.il/homepage/images2/spesh_sign_w.gif" width="114" height="71" alt="logo" border="0"></td>');
document.write('<td width="100%"  height="62" align="right" valign="top"  background="http://www.weizmann.ac.il/homepage/images2/bg_chart_header.gif"><img src="http://www.weizmann.ac.il/homepage/images2/fontlogo.gif"></td></tr>');
document.write('<tr>');
document.write('<td  width="658" colspan="1" align="left" valign="top"><img src="http://www.weizmann.ac.il/homepage/images2/semelr_05.gif" width="658" height="9" alt="line" border="0"></td></tr>');
document.write('<tr><td  colspan="2" height="9"><img src="http://www.weizmann.ac.il/homepage/images2/headingline.gif" width="100%" height="9"></td></tr>');
document.write('</table>');
}

function writeFooter() {
document.write('<table width="100%">');
document.write('<tr>');
document.write('<td align="left" valign="top" width="100%">');
document.write('<hr>');
document.write('<center>Comments and suggestions to ');
  document.write('<A HREF="mailto:webmaster@weizmann.ac.il">webmaster@weizmann.ac.il</A>');
  document.write('<br>');
  document.write('This file was last modified on ');
  document.write (document.lastModified);
  document.write('<br><a href="/">Weizmann Institute of Science</a><br>');
 	document.write('</td>');
document.write('</tr>');
document.write('</tr>');
document.write('</table>');
 document.write('</center>');
 }

function writeFooterNodate() {
document.write('<table width="100%">');
document.write('<tr>');
document.write('<td align="left" valign="top" width="100%">');
document.write('<center>Comments and suggestions to ');
  document.write('<A HREF="mailto:webmaster@weizmann.ac.il">webmaster@weizmann.ac.il</A>');
  document.write('<br>');
  document.write('<a href="/">Weizmann Institute of Science</a><br>');
  	document.write('</td>');
document.write('</tr>');
document.write('</tr>');
document.write('</table>');
 document.write('</center>');
 }

function closeAll() {
  document.write('</td Right>');
  document.write('</tr TheOneRow>');
  document.write('</TABLE Total>');
}	

function writeFooterLastModified() {
  document.write('Last updated ');
  document.write (document.lastModified);
 }

