// which images (different spacings) for what browser
if (is.nav) {  // netscape
	document.write('                <td rowspan="1" width="148"><img src="images/MES3D_small_ns.jpg" width="134" height="69"><br><br></td>');
	document.write('                <td><img src="images/pixel.gif" height="12"><br><img src="images/MESname_small_ns.jpg" width="468" heght="44"></td>');
}
else {  // ie or opera
	document.write('                <td rowspan="1" width="148"><img src="images/MES3D_small.jpg" width="134" height="62"><br><br></td>');
	document.write('                <td><img src="images/pixel.gif" height="12"><br><img src="images/MESname_small.jpg" width="468" heght="33"></td>');
}
document.close();