function build_navigation() {

	document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
        document.write("<tr>");
        document.write("  <td valign='top'>");
	document.write("	<img src='navi/left_side.jpg' width='150' style='z-index: 0; position: absolute;'>");
	document.write("	<div class='navigation_window' width='150'>");
	document.write("		<img src='navi/nav_window.gif' width='150' height='600'>");
	document.write("	</div>");
	document.write("	<div class='navi_buttons' width='150'>");
	document.write("		<table width='150' cellpadding='0' cellspacing='0'>");
	document.write("		<tr>");
	document.write("			<td><a href='index.html'>Home</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='vendors.html'>Product<br>Vendors</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td valign='middle'><a href='hardie.html'><img src='navi/hardi_logo.jpg' width='15'>&nbsp;<font face='Arial Narrow' color='black' style='font-style: normal'>JamesHardie</font></a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='gowithus.html'>Reasons to<br>Go With Us</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='letter.html'>Letter From<br>Our Owner</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='faq.html'>Frequently Asked<br>Questions</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='custref.html'>Customer<br>References</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='contact.html'>Contact Us!</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='taxcredit.html'>$1500<br>Tax Credit</a></td>");
	document.write("		</tr>");
	document.write("		</table>");
	document.write("	</div>");
	document.write("  </td>");
        document.write("</tr>");
      	document.write("</table>");





} // build_navigation

function build_remote_navigation() {

	document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
        document.write("<tr>");
        document.write("  <td valign='top'>");
	document.write("	<img src='http://www.duracraftofga.com/navi/left_side.jpg' width='150' style='z-index: 0; position: absolute;'>");
	document.write("	<div class='navigation_window' width='150'>");
	document.write("		<img src='http://www.duracraftofga.com/navi/nav_window.gif' width='150' height='600'>");
	document.write("	</div>");
	document.write("	<div class='navi_buttons' width='150'>");
	document.write("		<table width='150' cellpadding='0' cellspacing='0'>");
	document.write("		<tr>");
	document.write("			<td><a href='http://www.duracraftofga.com/index.html'>Home</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='http://www.duracraftofga.com/vendors.html'>Product<br>Vendors</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td valign='middle'><a href='http://www.duracraftofga.com/hardie.html'><img src='http://www.duracraftofga.com/navi/hardi_logo.jpg' width='15'>&nbsp;<font face='Arial Narrow' color='black' style='font-style: normal'>JamesHardie</font></a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='http://www.duracraftofga.com/gowithus.html'>Reasons to<br>Go With Us</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='http://www.duracraftofga.com/letter.html'>Letter From<br>Our Owner</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='http://www.duracraftofga.com/faq.html'>Frequently Asked<br>Questions</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='http://www.duracraftofga.com/custref.html'>Customer<br>References</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='http://www.duracraftofga.com/contact.html'>Contact Us!</a></td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td><a href='http://www.duracraftofga.com/taxcredit.html'>$1500<br>Tax Credit</a></td>");
	document.write("		</tr>");
	document.write("		</table>");
	document.write("	</div>");
	document.write("  </td>");
        document.write("</tr>");
      	document.write("</table>");





} // build_remote_navigation