<!-- 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		= "50px"		// WIDTH OF THE SIDEBAR IMAGES

var imageheight		= "35px"		// HEIGHT OF THE SIDEBAR IMAGES

var spacerheight	= "11px"		// SPACING BETWEEN IMAGES



var showimages		= "no"		// SHOW THE SIX IMAGES

var slideshowlink	= "no"		// SHOW SLIDESHOW LINK

var directorylink	= "yes"		// SHOW LINK TO DIRECTORY

var homelink		= "no"		// SHOW A LINK TO THE HOMEPAGE





	

   if (showimages == "yes") {



document.write('<table cellpadding="0px" cellspacing="0px" border="0px" class="imageborder"><tr><td>');

document.write('<a href="galleryspaceplanning.htm"><img src="picts/spaceplanning.jpg" border="0px" onmouseover="alert_msg(\'view Space Planning\')" 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="0px" cellspacing="0px" border="0px" class="imageborder"><tr><td>');

document.write('<a href="galleryWindowcoverings.htm"><img src="picts/windowcoverings.jpg" border="0px" onmouseover="alert_msg(\'view Window Coverings\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');

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

document.write('<img src="picts/spacer.gif" width="5px" height="'+spacerheight+'"><br>');





document.write('<table cellpadding="0px" cellspacing="0pxpx" border="0px" class="imageborder"><tr><td>');

document.write('<a href="galleryfurniture.htm"><img src="picts/furniture.jpg" border="0px" onmouseover="alert_msg(\'view Furniture\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');

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

document.write('<img src="picts/spacer.gif" width="5px" height="'+spacerheight+'"><br>');





document.write('<table cellpadding="0px" cellspacing="0px" border="0px" class="imageborder"><tr><td>');

document.write('<a href="gallerywallpaper.htm"><img src="picts/wallpaper.jpg" border="0px" onmouseover="alert_msg(\'view Wallpaper\')" 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="0px" cellspacing="0px" border="0px" class="imageborder"><tr><td>');

document.write('<a href="galleryfloorcoverings.htm"><img src="picts/floorcoverings.jpg" border="0px" onmouseover="alert_msg(\'view Floor Coverings\')" 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="0px" cellspacing="0px" border="0px" class="imageborder"><tr><td>');

document.write('<a href="galleryupholstery.htm"><img src="picts/upholstery.jpg" border="0px" onmouseover="alert_msg(\'view Upholstery\')" 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="0px" cellspacing="0px" border="0px" class="imageborder"><tr><td>');

document.write('<a href="gallerymarblegranite.htm"><img src="picts/marble.jpg" border="0px" onmouseover="alert_msg(\'view Marble & Granite\')" 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="0px" cellspacing="0px" border="0px" class="imageborder"><tr><td>');

document.write('<a href="galleryaccessories.htm"><img src="picts/accessories.jpg" border="0px" onmouseover="alert_msg(\'view Accessories\')" 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>');





// COPY AND PASTE THIS FOUR LINE GROUP TO ADD ANOTHER GALLERY IMAGE LINK





document.write('<table cellpadding="0px" cellspacing="0px" border="0px" class="imageborder"><tr><td>');

document.write('<a href="gallerylighting.htm"><img src="picts/lighting.jpg" border="0px" onmouseover="alert_msg(\'view Lighting\')" 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=0px cellspacing=0px border=0px><tr><td>');

   if (directorylink == "yes") {

document.write('<img src="picts/arrow.gif" HEIGHT="15px" WIDTH="15px" 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="15px" WIDTH="15px" hspace="2px"><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="15px" WIDTH="15px" hspace="2px"><br>');

document.write('</td><td>');

document.write('<span class="smalltitle"><a href="index.html">HOME</a></span><br>');

}

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

document.write('<!-- ARROW TABLE-->');





//  End -->
