<!-- 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="civil_erosion_control.html"><img src="images/civil-errosion.jpg" border="0" alt="Storm" onmouseover="alert_msg(\'Errosion Control\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="civil_stormwater_management.html"><img src="images/civil-flowthru.jpg" border="0" onmouseover="alert_msg(\'Stormwater Management\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="civil_polyethylene_pipe.html"><img src="images/civil-pe.jpg" border="0" onmouseover="alert_msg(\'Polyethylene Pipe\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="civil_fusion_equipment.html"><img src="images/civil-fusion.jpg" border="0" onmouseover="alert_msg(\'Fusion Equipment\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="civil_fiberglass_structures.html"><img src="images/civil-frp.jpg" border="0" onmouseover="alert_msg(\'Fiberglas Structures\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="civil_manhole_structures.html"><img src="images/civil-mh.jpg" border="0" onmouseover="alert_msg(\'Fiberglas Structures\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');

document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="civil_spirolite_pipe.html"><img src="images/civil-spirolite.jpg" border="0" onmouseover="alert_msg(\'Fiberglas Structures\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');

}



//  End -->
