<!-- 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 IMAGES


var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "4"		// SPACING BETWEEN IMAGES
var showimages		= "yes"		// SHOW THE 3 IMAGES


// TO CHANGE THE SMALL IMAGE LINKS AND MOUSEOVER MESSAGES EDIT THE CODE BELOW:


   if (showimages == "yes") {

document.write('<a href="residentialGallery01.htm"><img src="images/hllyhock.jpg" border="0" onmouseover="alert_msg(\'Residential Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<a href="businessGallery01.htm"><img src="images/daylily.jpg" border="0" onmouseover="alert_msg(\'Business Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<a href="neighborhoodGallery01.htm"><img src="images/tulips1.jpg" border="0" onmouseover="alert_msg(\'Neighborhood Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<a href="nonProfitGallery01.htm"><img src="images/clematis.jpg" border="0" onmouseover="alert_msg(\'Non-Profit Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<a href="makeoverGallery01.htm"><img src="images/swtpeas.jpg" border="0" onmouseover="alert_msg(\'Residential Makeover Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<a href="residentialOutsideGallery01.htm"><img src="images/gallery6.jpg" border="0" onmouseover="alert_msg(\'Residential Out of Town Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"><br>'); 



<!--document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


<!--document.write('<a href="gallery7.htm"><img src="images/gallery7.jpg" border="0" onmouseover="alert_msg(\'Gallery 7 2008 Coming Soon!\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');-->

<!--document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');-->


<!--document.write('<a href="gallery8.htm"><img src="images/gallery8.jpg" border="0" onmouseover="alert_msg(\'Gallery 8 2008 Coming Soon!\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');-->

<!--document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');-->


<!--document.write('<a href="gallery9.htm"><img src="images/gallery9.jpg" border="0" onmouseover="alert_msg(\'Gallery 9 2008 Coming Soon!\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');-->


<!--document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');-->


<!--document.write('<a href="gallery10.htm"><img src="images/gallery10.jpg" border="0" onmouseover="alert_msg(\'Gallery 10 2008 Coming Soon!\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');-->



}



//  End -->