<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// 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;">');


// SLIDESHOW

document.write('<a href="slideshow.htm"><img src="picts/slideshow.gif" border="0" width="60" height="17" alt="View Gallery"><br>');
document.write('Slideshow</a><br>');


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


document.write('ROOM BOXES</a><br><br>');


document.write('<a href="Old_Outhouse.html"><img src="gallery/gallery11-9.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Old Outhouse</a><br><br>');


document.write('<a href="Old_Loft_Room.html"><img src="gallery/gallery9-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Old Loft Room</a><br><br>');


document.write('<a href="Room_Box_Gallery.html"><img src="gallery/gallery10-4.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Room Box Gallery</a><br><br>');

// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER GALLERY IMAGE


document.write('<a href="KTM_Gallery.html"><img src="gallery/gallery38-29.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('More Past Creations</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 -->