<!-- 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="Dust_collector_bag_filters.htm"><img src="picts/Dust_Collector_Bag _Filter_1.jpg" border="0" onmouseover="alert_msg(\'View Filter Bags\')" 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="Dust_collector_cartridge_filters_and_pleated_bags.htm"><img src="picts/Dust_Collector_Cartridge_Filters_5.jpg" border="0" onmouseover="alert_msg(\'View Cartridges\')" 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="Diaphragm_Valves.htm"><img src="picts/Goyen_Diaphragm_Valves_70_70.jpg" border="0" onmouseover="alert_msg(\'View Valves\')" 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="Repair-Kits.html"><img src="picts/Goyen IK4501.psd" border="0" onmouseover="alert_msg(\'View Kits\')" 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="Dust_Collector_Timers.htm"><img src="picts/TAEHA_timer1.gif" border="0" onmouseover="alert_msg(\'View Timers\')" 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="Rotary_Airlock_Valves.htm"><img src="picts/Rotary Valve Index.jpg" border="0" onmouseover="alert_msg(\'View Rotary Valve\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');

}



//  End -->