<!-- Begin


<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<DIV id=menu>');
document.write('<TABLE cellpadding=45 cellspacing=0 border=0>');
document.write('<tr><form action="index.html" target="_top"><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="contact.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Contact Us" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="Request_for_Quote.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Request for Quote" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="Locations.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Locations" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="products.htm" target="pageframe"><td>');
document.write('<input type="submit" value="Products" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');



document.write('<!-- COPY THE NEXT TWO LINES AND PASTE ABOVE OR BELOW TO ADD A BUTTON -->');




document.write('</td></form><form action="" target="pageframe"><td>');
document.write('</td></form><form action="" target="pageframe"><td>');
document.write('</td></form><td>');
document.write('<td WIDTH="0">');
document.write('</td></tr></table></DIV>');

//  End -->