<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var imagewidth		= "45"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "45"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "5"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE
var showimages2		= "yes"		// SHOW THE 2nd  IMAGE
var showimages3		= "yes"		// SHOW THE 3rd  IMAGE
var showimages4		= "yes"		// SHOW THE 4th  IMAGE
var showimages5		= "yes"		// SHOW THE 5th  IMAGE
var showimages6		= "yes"		// SHOW THE 6th  IMAGE
var showimages7		= "yes"		// SHOW THE 7th  IMAGE
var showimages8		= "yes"		// SHOW THE 8th  IMAGE
var showimages9		= "yes"		// SHOW THE 9th  IMAGE

   if (showimages1 == "yes") {
document.write('<a href="gallery1.htm"><img src="gallery/gallery1-1.jpg" border="0" onmouseover="alert_msg(\'View Table Gallery 1\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages2 == "yes") {
document.write('<a href="gallery2.htm"><img src="gallery/gallery2-1.jpg" border="0" onmouseover="alert_msg(\'View Table Gallery 2\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages3 == "yes") {
document.write('<a href="gallery3.htm"><img src="gallery/gallery3-1.jpg" border="0" onmouseover="alert_msg(\'View Seating Gallery 1\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

 if (showimages4 == "yes") {
document.write('<a href="gallery4.htm"><img src="gallery/gallery4-1.jpg" border="0" onmouseover="alert_msg(\'View Seating Gallery 2\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

 if (showimages5 == "yes") {
document.write('<a href="gallery5.htm"><img src="gallery/gallery5-1.jpg" border="0" onmouseover="alert_msg(\'View Lamp Gallery\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

 if (showimages6 == "yes") {
document.write('<a href="gallery6.htm"><img src="gallery/gallery6-1.jpg" border="0" onmouseover="alert_msg(\'View Twisted Juniper Gallery\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

 if (showimages7 == "yes") {
document.write('<a href="gallery7.htm"><img src="gallery/gallery7-1.jpg" border="0" onmouseover="alert_msg(\'View Barnwood Gallery\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}

 if (showimages8 == "yes") {
document.write('<a href="gallery8.htm"><img src="gallery/gallery8-1.jpg" border="0" onmouseover="alert_msg(\'View Misc Gallery\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
}

 if (showimages9 == "yes") {
document.write('<a href="gallery9.htm"><img src="gallery/gallery9-3.jpg" border="0" onmouseover="alert_msg(\'View Misc Gallery\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
}

//  End -->