<!-- Begin
//if (doc == "home") {
//document.write('<b>Home</b> | ');
//} else {
document.write( '<a href="index.htm">Home</a> | ' );
//}
document.write( '<a href="company/index.html">Company</a> | ' );
document.write( '<a href="company/privacy.html">Privacy</a> | ' );
document.write( '<a href="company/legal.html">Legal</a> | ' );
document.write( '<a href="products/index.html">Products</a> | ' );
document.write( '<a href="newproducts/index.html">New Products</a> | ' );
document.write( '<a href="news/index.html">News</a> | ' );
document.write( '<a href="dealers/index.html">Dealers</a> | ' );
document.write( '<a href="downloads/index.html">Downloads</a> | ' );
document.write( '<a href="support/index.html">Support</a> | ' );
//if (doc  ==  "map") {
//document.write('<b>Site Map</b> | ')
//} else {
document.write( '<a href="map.html">Site Map</a> | ' );
//}
document.write( '<a href="mailto:omni@omnistructures.com">Write Us</a>' );
// End -->
