document.write("<table>");
document.write("<td height=\"93\"></td>");
document.write("</table>");

document.write("<table align='center'>");
document.write("<td width=350></td>");
document.write("<td><a href='../index.php'><b>Home</b> </a> |</td>");
document.write("<td><a href='/product'><b>Products</b></a> |</td>");
document.write("<td><a href='../get_quote.php' ><b>Get Quote</b></a> |</td>");
document.write("<td><a href='../aboutus.php'><b>About Us</b></a> |</td>");
document.write("<td><a href='../contactus.php'><b>Contact Us</b></a></td>");
document.write("</table>");
