<!-- 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('McElroy<br /><a href="mcelroy_gallery.html"><img src="images/mcelroy.jpg" border="0"  alt="McElroy" onmouseover="alert_msg(\'McElroy\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');	

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('HDPE<br />Manholes<br /><a href="hdpe_manholes_gallery.html"><img src="images/hdpe-manhole.jpg" border="0" alt="HDPE Manholes" onmouseover="alert_msg(\'HDPE Manholes\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('McElroy<br />Repairs<br /><a href="mcelroy_repairs_gallery.html"><img src="images/fusion-repairs02a.jpg" border="0" alt="McElroy Repairs" onmouseover="alert_msg(\'McElroy Repairs\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');






}



//  End -->

