<!-- Begin

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


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR


//var imagewidth		= "50"		// WIDTH OF THE SIDEBAR IMAGES
//var imageheight		= "35"		// HEIGHT OF THE SIDEBAR IMAGES
var imagewidth		= "49"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "32"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "30"		// SPACING BETWEEN IMAGES

var showimages		= "yes"		// SHOW THE SIX IMAGES
var slideshowlink	= "no"		// SHOW SLIDESHOW LINK
var directorylink	= "no"		// SHOW LINK TO DIRECTORY
var homelink		= "yes"		// SHOW A LINK TO THE HOMEPAGE


	
   if (showimages == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="for_kitchen.htm"><img src="picts/board09.jpg" class="link_photo" onmouseover="alert_msg(\'For the Kitchen\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="for_home.htm"><img src="picts/bed03.jpg" class="link_photo" onmouseover="alert_msg(\'For the Home\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="custom_homewares.htm"><img src="picts/latch01.jpg" class="link_photo" onmouseover="alert_msg(\'Custom Homewares\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="custom_design.htm"><img src="picts/000_0192.jpg" class="link_photo" onmouseover="alert_msg(\'Custom Design\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="sculpture.htm"><img src="picts/divershelmet.jpg" class="link_photo" onmouseover="alert_msg(\'Sculpture and Artwork\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


} // DO NOT DELETE THIS LINE


document.write('<!-- ARROW TABLE-->');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr><td>');
   if (directorylink == "yes") {
document.write('<img src="picts/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="gallery.htm">DIRECTORY</a></span><br>');
document.write('</td></tr><tr><td>');
}
   if (slideshowlink == "yes") {
document.write('<img src="picts/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="javascript:popUpSlideshow(\'slideshow.htm\')">SLIDESHOW</a></span><br>');
}
   if (homelink == "yes") {
document.write('</td></tr><tr><td>');
document.write('<img src="picts/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="index.htm">HOME</a></span><br>');
}
document.write('</td></tr></table>');
document.write('<!-- ARROW TABLE-->');


//  End -->