

var strMenu;




strMenu =  '<tr>';
strMenu += '<td valign="top" bgcolor="3d4d5c" width="140">';
strMenu +=  '<table>';
strMenu += '<tr>';
strMenu += '<td height="25"></td>';
strMenu += '</tr>';
strMenu += '<tr>';
strMenu += '<td valign="top"  nowrap> <a href="index.html"> <img src="images/home.JPG" name="Image1" width="138" height="20" border="0" id="Image1" ></a></td>';
strMenu += '</tr>';
strMenu += '<tr>';
strMenu += '<td nowrap><a href="personnel.htm"> <img src="images/PERSONNEL.jpg" name="Image2" width="138" height="20" border="0" id="Image2"></a></td>';
strMenu += '</tr>';
strMenu += '<tr>';
strMenu += '<td nowrap> <a href="search.htm"> <img src="images/SEARCH.jpg" name="Image4" width="138" height="20" border="0" id="Image4" ></a></td>';
strMenu += '</tr>';
strMenu += '<tr>';
strMenu += '<td nowrap> <a href="mailto:jay@biology.rutgers.edu"> <img src="images/CONTACTUS.jpg" name="Image5" width="138" height="20" border="0" id="Image5" ></a></td>';
strMenu += '</tr>';
strMenu += '<tr>';
strMenu += '<td nowrap> <a href="feedback.htm"> <img src="images/FEEDBACK.jpg" name="Image6" width="138" height="20" border="0" id="Image6" ></a></td>';
strMenu += '</tr>';
strMenu += '<tr>';
strMenu += '<td nowrap> <a href="jobs.htm"> <img src="images/employment.jpg" name="Image7" width="138" height="20" border="0" id="Image7" ></a></td>';
strMenu += '</tr>';
strMenu += '<TR><TD height="20"></TD></TR>';
strMenu += '<tr>';
strMenu += '<td height = "24" valign="bottom" align="center">&nbsp;</td>';
strMenu += '</tr>';
strMenu += '<tr>';
strMenu += '<td height="2" bordercolor="#000000"  bordercolordark="#000000"  bgcolor="#000000" width="137" ></td>';
strMenu += '</tr>';
strMenu += '</table></td>';
strMenu += '<td height="501" width="9">&nbsp;</td>';
strMenu += '</tr>';
strMenu += '<tr>';
strMenu += '<td height="38" colspan="2">';
strMenu += '<img src="images/xyzback.jpg" width="144" height="37"></td>';
strMenu += '</tr>';

document.write(strMenu);




















        


















