<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var imagewidth		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "100"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// 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


   if (showimages1 == "yes") {
document.write('<a href="gallery1.htm"><img src="picts/sidebar-1.jpg" border="0" onmouseover="alert_msg(\'Sculptures\')" 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="picts/sidebar-2.jpg" border="0" onmouseover="alert_msg(\'Lots of birds\')" 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="picts/sidebar-3.jpg" border="0" onmouseover="alert_msg(\'Gates. Quirky style\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br><br>');
}





   if (showimages4 == "yes") {
document.write('<a href="gallery4.htm"><img src="picts/sidebar-4.jpg" border="0" onmouseover="alert_msg(\'Water features\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br><br>');
}




   if (showimages5 == "yes") {
document.write('<a href="gallery5.htm"><img src="picts/sidebar-5.jpg" border="0" onmouseover="alert_msg(\'Quirky furniture\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br><br>');
}




   if (showimages6 == "yes") {
document.write('<a href="gallery6.htm"><img src="picts/sidebar-6.jpg" border="0" onmouseover="alert_msg(\'Quirky letterbox\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br><br>');
}

   if (showimages7 == "yes") {
document.write('<a href="gallery7.htm"><img src="picts/sidebar-7.jpg" border="0" onmouseover="alert_msg(\'Lyre bird\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"></a><br><br>');
}





//  End -->