var imagewidth		= "auto"		// width of the sidebar images
var imageheight		= "auto"		// height of the sidebar images
var spacerheight	= "21"		// spacing between images
var showimages1		= "yes"		// show the first 3 images
var slideshowlink	= "yes"		// show slideshow link
var directorylink	= "yes"		// show link to directory
var homelink		= "yes"		// show a link to the hoomepage
	
if (showimages1 == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<img src="picts/susan3.jpg" border="0" alt="Susan Harby"><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

document.write('<!-- arrow table-->');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');

if (directorylink == "yes") {

document.write('<img src="picts/arrow_next.gif" height="15" width="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="picturetitle"><a href="http://www.nomasf.com/artists/SusanHarby/index.html" target="_blank">NOMA</a></span><br>');
document.write('</td></tr><tr><td>');


document.write('<img src="picts/arrow_next.gif" height="15" width="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="picturetitle"><a href="site_map.htm">Site Map</a></span><br>');
document.write('</td></tr><tr><td>');}



document.write('</td></tr></table>');
document.write('<!-- arrow table-->');


