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="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="solutions"><a href="/solutions/index.html"><img src="/resources/images/common/nav/how_can_we_help_off.gif" alt="How We Can Help" /></a></td>');
	document.write('<td id="about" class="last"><a href="/about/index.html"><img src="/resources/images/common/nav/about_john_hancock_off.gif" alt="About John Hancock" /></a></td></tr></table></div>');
	document.write('<hr />');
}