<!-- Begin


// GALLERY MENU LINKS



var topspacing		= "30"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY MENU WIDTH




document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<hr class="page-splits" style="width: 110px;">');
document.write('<span class="picturetitle">');

document.write('Other Galleries:<br>');

document.write('</span>');
document.write('<hr class="page-splits" style="width: 110px;"><br>');





document.write('<a href="gallery1.htm"><img src="galleryimages/gallery-port.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Portfolio</a><br><br>');





document.write('<a href="gallery2.htm"><img src="galleryimages/gallery-illo.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Illustration</a><br><br>');





document.write('<a href="gallery_CB1.htm"><img src="galleryimages/gallery-cb.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Childrens Book</a><br><br>');





document.write('<a href="Walnuts1.htm"><img src="galleryimages/gallery-nuts.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Walnuts</a><br><br>');





document.write('<a href="Painted1.htm"><img src="galleryimages/gallery-painted.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Painted Furniture</a><br><br>');




document.write('<hr class="page-splits" style="width: 110px;"><br>');
document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');

// END -->