function write_menu() {
  document.write('<table border="0" width="100%" cellspacing="0" cellpadding="0">');
  document.write('<tr><td bgcolor="#000000">');

  document.write('<table border="0" width="100%" cellspacing="1" cellpadding="5">');
  document.write('<tr>');
  document.write('<td align="center" bgcolor="#006486" nowrap>');
  document.write('<font color="#FFFFFF">');
  document.write('<a style="font-size:10pt; font-family:arial,helvetica,sans-serif; color:#ffffff;" href="http://ligin.weizmann.ac.il/index.html">Home</a>');
  document.write(' | <a style="font-size:10pt; font-family:arial,helvetica,sans-serif; color:#ffffff;" href="http://ligin.weizmann.ac.il/projects/index.html">Current Projects</a>');
  document.write(' | <a style="font-size:10pt; font-family:arial,helvetica,sans-serif; color:#ffffff;" href="http://ligin.weizmann.ac.il/publications/index.html">Recent Publications</a>');
  document.write(' | <a style="font-size:10pt; font-family:arial,helvetica,sans-serif; color:#ffffff;" href="http://ligin.weizmann.ac.il/members/index.html">Group Members</a>');
  document.write('<br>');
  document.write('<a style="font-size:10pt; font-family:arial,helvetica,sans-serif; color:#ffffff;" href="http://ligin.weizmann.ac.il/tools/index.html">Bioinformatics Tools</a>');
  document.write(' | <a style="font-size:10pt; font-family:arial,helvetica,sans-serif; color:#ffffff;" href="http://ligin.weizmann.ac.il/service/index.html">Bioinformatics Infrastructure</a>');
  document.write(' | <a style="font-size:10pt; font-family:arial,helvetica,sans-serif; color:#ffffff;" href="http://ligin.weizmann.ac.il/links.html">Favorite Links</a>');
  document.write('</td>');
  document.write('</tr>');
  document.write('</table>');

  document.write('</td></tr>');
  document.write('</table>');
}

