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.php"><img src="images/home_hover.gif" alt="Home" /></a></td>');
	document.write('<td id="products"><a href="/products/index.php"><img src="images/products_we_offer_off.gif" alt="Products We Offer" /></a></td>');	
	document.write('<td id="solutions"><a href="/solutions/index.php"><img src="images/how_can_we_help_off.gif" alt="How We Can Help" /></a></td>');
	document.write('<td id="about" class="last"><a href="/about/index.php"><img src="images/about_john_hancock_off.gif" alt="" /></a></td></tr></table></div>');
	document.write('<hr />');
}




