<!-- 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 4 IMAGES


// TO CHANGE THE SMALL IMAGE LINKS AND MOUSEOVER MESSAGES EDIT THE CODE BELOW:


   if (showimages == "yes") {
document.write('<span class="printhide">');



document.write('<a href="hexagon_hienergy_structured_waterpurifier.htm"><img src="picts/hexagon_small.jpg" height="70" width="70" border="0" onmouseover="alert_msg(\'Hi-Energy System\')" 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="hexagon_8stage_piwater_purifier.htm"><img src="picts/hexagon_8stage_small.jpg" height="70" width="70" border="0" onmouseover="alert_msg(\'Pi-Water Purifier\')" 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="hexagon_activewater_showerfilter.htm"><img src="picts/hexagon_sf_small.jpg" height="70" width="70" border="0" onmouseover="alert_msg(\'Shower Filter\')" 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="hexagon_activewater_basinfilter.htm"><img src="picts/hexagon_bf_small.jpg" height="70" width="70" border="0" onmouseover="alert_msg(\'Basin Filter\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('</span>');
}



//  End -->
