<!-- Begin
function checkHeader( level )
{
prefix = "";
if ( level == 1 ) { prefix = "../" }
if ( level == 2 ) { prefix = "../../" }
if ( level == 3 ) { prefix = "../../../" }
if (self == top) {
document.write( '<table width=750>' );
document.write( '<tr><td align=left valign=bottom height=85 rowspan=2 background=' + prefix + 'graphics/left-header_bg.png>' );
document.write( '<a href=' + prefix + 'index.html target=_parent><img src=' + prefix + 'graphics/Omni_text.jpg align=left valign=bottom border=0></a>' );
document.write( '</td>' );
document.write( '<td width=640 background=' + prefix + 'graphics/right-header_bg.png align=right height="55">' );
document.write( '<br><p align="right"><img src=' + prefix + 'graphics/motto.png alt="We supply everything but your imagination.">' );
document.write( '</td></tr>' );
document.write( '<tr height="30">' );
document.write( '<td height="30" class="CColor3" align="left">' );
document.write( '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' );
document.write( 'codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"' );
document.write( 'id="Menu1" width="650" height="25">' );
document.write( '<param name="movie" value="swf/menu1.swf">' );
document.write( '<param name="quality" value="high">' );
document.write( '<param name="bgcolor" value="#4A4A4A">' );
document.write( '<embed name="Menu1" src="swf/menu1.swf" quality="high" bgcolor="#4A4A4A"' );
document.write( 'width="650" height="25"' );
document.write( 'type="application/x-shockwave-flash"' );
document.write( 'pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">' );
document.write( '</embed>' );
document.write( '</object>' );
document.write( '</td></tr></table>' );

}
}

function checkFooter( level ){
prefix = "";
if ( level == 1 ) { prefix = "../" }
if ( level == 2 ) { prefix = "../../" }
if ( level == 3 ) { prefix = "../../../" }
if (self == top) {
document.write( '<table width=750><tr><td>');
document.write( '<p><hr><p align="center">');
document.write( '<a href="' + prefix + 'index.htm">Home</a> | ' );
document.write( '<a href="' + prefix + 'company/index.html">Company</a> | ' );
document.write( '<a href="' + prefix + 'company/privacy.html">Privacy</a> | ' );
document.write( '<a href="' + prefix + 'company/legal.html">Legal</a> | ' );
document.write( '<a href="' + prefix + 'products/index.html">Products</a> | ' );
document.write( '<a href="' + prefix + 'newproducts/index.html">New Products</a> | ' );
document.write( '<a href="' + prefix + 'news/index.html">News</a> | ' );
document.write( '<a href="' + prefix + 'dealers/index.html">Dealers</a> | ' );
document.write( '<a href="' + prefix + 'downloads/index.html">Downloads</a> | ' );
document.write( '<a href="' + prefix + 'support/index.html">Support</a> | ' );
document.write( '<a href="mailto:omni@omnistructures.com">Write Us</a>' );
document.write( '<br>Omni Structures International, Inc., 7112 30th Street SE, Ada, MI, 49301 • Tel: 616-977-0333 • FAX: 616-954-0153' );
document.write( '<br>&copy; 2007 by Omni Structures International, Inc.' );
document.write( '</td></tr></table>' );
}
}

// End -->
