//
// Bottom spacer of dark gray so notebook stands out
//

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr>');

	document.write('<tr><td bgcolor='+barBGcolor2+' background="">');
	document.write('<IMG SRC="picts/spacer.gif" HEIGHT="20" WIDTH="15" border="0"></td></tr>');

document.write('</table>');



