// JavaScript Document
function writeHeader() {
document.write('<table width="960" border="0" cellspacing="0" cellpadding="0" style="height:100%; border:solid 1px #000;" bgcolor="#FFFFFF" align="center">');
document.write('<tr>');
document.write('<td align="center" valign="top">');
document.write('<a name="top"></a><div style="float:right; padding:10px 30px 0 0"><a href="http://www.weizmann.ac.il"><img src="images/wis.gif" width="117" height="59"border="0"></a></div><h1><img src="images/title.gif" width="672" height="45"></h1>');

document.write('<img src="images/headPic.jpg" width="910" height="171">');

document.write('<table width="900" border="0" cellspacing="5" cellpadding="0" style="margin-top:20px;*margin-top:0;">');
document.write('<tr>'); 
document.write('<td width="175" valign="top" id="navigate"');
document.write('<div >');
document.write('  <ul id="navlinks">');
document.write('<li id="ceremonyLink"><a href="ceremony.html">Ceremony</a></li>');
document.write('<li id="announcementLink"><a href="announcements.html">Official Announcements</a></li>');
document.write('<li id="pressLink"><a href="press.html">Press Releases</a></li>');
document.write('<li id="interviewsLink"><a href="interviews.html">Interviews</a></li>');
document.write('<li id="mediaLink"><a href="media.html">Scientific Multimedia</a></li>');
document.write('<li id="presLink"><a href="pres.html">President\'s Statement</a></li>');
document.write('<li id="presHLink"><a href="presH.html">דבר נשיא המכון</a></li>');
document.write('<li id="YhomepageLink"><a href="/sb/faculty_pages/Yonath/">Ada Yonath\'s Homepage</a></li>');
document.write('<li id="contactLink"><a href="contact.html">Contact Information</a></li>');
document.write('<li id="linksLink"><a href="links.html">Related Links</a></li>');
document.write('<li id="homeLink"><a href="index.html">Home</a></li>');
document.write('</ul>');
document.write('</div>');
document.write('</td>');
document.write('<td valign="top" style="padding:15px; border:solid 1px #aaa9a9;" width="450">');
}
function closeTable(){
document.write('</td><td width="180" height="183" valign="top" style="padding:3px 0; border:solid 1px #aaa9a9; font-size:10px; text-align:center; color:#a00303; font-weight:bold;">The Large Ribosomal Subunit <img src="images/ls-txt.gif" alt="Harms et al., Cell, 107, 679-88 (2001)" width="175" style="padding-left:2px;"><a href="http://www.weizmann.ac.il/sb/faculty_pages/Yonath/HarmsCELL2001.pdf" target="_blank"><br>Harms et al., Cell, 107, 679-88 (2001)</a><img src="images/sidePics.jpg" width="180" height="356"></td></tr></table>');
//document.write('<span align="center"><a href="#top"><img src="/images/topGray.gif" border="0"></a></span>');
document.write('</td></tr></table>');
 }
 

