function writeHeader() {
//document.write('<div id="header">');
document.write('<div id="header">');
document.write('<table width="729" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr><td width="222" rowspan="2"><img src="/plants/noy/images/headleftNoy.gif"></td>');
document.write('<td colspan="2"><img src="/plants/noy/images/noyHead.gif"></td></tr>');
document.write('<tr><td width="255" valign="top"><a href="/plants/"><img src="/plants/noy/images/plant.gif" width="255" height="36" border="0"></a></td>');
document.write('<td width="252" valign="top"><a href="/"><img src="/plants/noy/images/wis.gif" width="252" height="36" border="0"></a></td></tr>');
//document.write('<tr><td colspan="2"><img src="/plants/pimages/bottomHead.jpg" width="487" height="24"></td></tr>');
document.write('</table>');
document.write('</div>');
//document.write('<img src="/plants/galili/images/header.gif" width="688" height="101"></div>');
//document.write('<div id="topboxes"><img src="/conferences/light06/images/leftboxes.gif"></div>');
}




function writeFooter() {
//document.write('<br>&nbsp;Comments & Suggestions to: <a href="mailto:ana.weksler@weizmann.ac.il">ana.weksler@weizmann.ac.il</a><br>');
document.write('<font size="-1" color="#49523b"><b>The Noy Lab</b> - ');
document.write('Last Updated: ');
 document.write (document.lastModified);
document.write('</font><br>');
//document.write('<font color="#c62606">* <b>Maquette</b> (From Wikipedia, the free encyclopedia)<br>');
//document.write('A maquette (sometimes referred to by the Italian name <i>bozzetto</i>) is a small-scale model for a finished sculpture or architectural work. It is used to visualize and test shapes and ideas without incurring the cost and effort of producing a full-scale product. It is the analogue of the painters cartoon or sketch. <a href="http://en.wikipedia.org/wiki/Maquette">');

}

function openSmallWin(href)
         { 
                 var winInst=null;
                 var agt=navigator.userAgent.toLowerCase();            
                 var is_ie=(agt.indexOf("msie") != -1);
                 winInst = window.open("","name1","scrollbars,menubar,resizable,width=450,height=400,top=15,left=40");
                 winInst.location.href = href;
                 winInst.focus();
         }
