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