document.write('<tr>');
if(pictures){document.write('<td width="39" height="22"><img name="up" src="images/updated.gif" height=22 width=39></td>');}
else{document.write('<td width="39" height="22"><img name="blue" src="images/bluebacksm.gif" height="22" width=39></td>');}

if (picturespage){
	document.write('<td width="25" height="22"><img src="images/cd.gif" name="i25" border=0 height=22 width=25></td><td width="161" height="22"><img name="i26" src="images/pictures.gif" ALT="Pictures" border=0 height=22 width=161></td>');
}else{
	document.write('<td width="25" height="22"><img src="images/bd.gif" name="i25" border=0 height=22 width=25></td><td width="161" height="22"><a href="pictures.html" onMouseOver="if(document.images) {document.i25.src=\'images/rd.gif\';document.i26.src=\'images/pictureso.gif\';}" onMouseOut="if(document.images) {document.i25.src=\'images/bd.gif\';document.i26.src=\'images/pictures.gif\';}"><img name="i26" src="images/pictures.gif" ALT="pictures" border=0 height=22 width=161></a></td>');
}
document.write('</tr>');