<!-- Begin





var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// 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


   if (showimages1 == "yes") {
document.write('<a href="gallery13.php"><img src="images/safe-in-the-yard-thumb.jpg" class="hover-noframe" border="0" height="140" hspace="3" width="140" onmouseover="alert_msg(\'Cariad - Safe in the Yard\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br></a><br>');
}


   if (showimages2 == "yes") {
document.write('<a href="boat-building-gannett-ivy.php"><img src="images/mike-favorite-tool-thumb.jpg" class="hover-noframe" border="0" height="140" hspace="3" width="140" onmouseover="alert_msg(\'Mikes Favorite Boatbuilding Tool\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br></a><br></a>');
}


   if (showimages3 == "yes") {
document.write('<a href="gallery13.php"><img src="images/rusted-frame-thumb.jpg" class="hover-noframe" border="0" height="140" hspace="3" width="140" onmouseover="alert_msg(\'The Entire Frame Was Replaced - Cariad\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br></a><br>');
}

   if (showimages4 == "yes") {
document.write('<a href="huon-pine.php"><img src="images/timber-buying-thumb.jpg" class="hover-noframe" border="0" height="140" hspace="3" width="140" onmouseover="alert_msg(\'Timber Buying Journey - Laos\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br></a><br></a>');
}





//  End -->
