function getnavmain ()
{
	document.write('<div id="main_nav">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" id="main_nav">');
	document.write('<tr><td id="home"><a href="/index.html"><img src="/resources/images/common/nav/home_hover.gif" alt="Home" /></a></td>');
	document.write('<td id="about"><a href="/about/index.html"><img src="/resources/images/common/nav/who-we-are_off.gif" alt="Who We Are" /></a></td>');	
	document.write('<td id="products"><a href="/products/index.html"><img src="/resources/images/common/nav/products_we_offer_off.gif" alt="Products We Offer" /></a></td>');	
	document.write('<td id="careers" class="last"><a href="/careers/index.html"><img src="/resources/images/common/nav/careers_off.gif" alt="Careers" /></a></td></tr></table></div>');
	document.write('<hr />');
}


