
<!-- Begin menu.js

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="images/buttonbar.gif"><tr><td align="right">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0">');
document.write('<tr><form action="index.html"><td>');
document.write('<input type="submit" value="Home" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="about.htm"><td>');
document.write('<input type="submit" value="About" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="equipment.htm"><td>');
document.write('<input type="submit" value="New Equipment" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="used.htm"><td>');
document.write('<input type="submit" value="Used Equipment" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="chemicals.htm"><td>');
document.write('<input type="submit" value="Chemicals" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="wastewater.htm"><td>');
document.write('<input type="submit" value="Wastewater Treatment" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="coverage.htm"><td>');
document.write('<input type="submit" value="Coverage" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="services.htm"><td>');
document.write('<input type="submit" value="Services" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


document.write('</td></form><td>');
document.write('<td WIDTH="1">');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End menu.js
