function menu()
{	document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='902px' height='198px'>");
	document.writeln("	<tr><td><table border='0' cellpadding='0' cellspacing='0' width='310px' height='198px'>");
	document.writeln("				<tr><td height='116px'><img src='images/logo_left.png' border='0'></td></tr>");
	document.writeln("				<tr><td><table border='0' cellpadding='0' cellspacing='0' width='310px' height='47px'>");
	document.writeln("							<tr><td><img src='images/nav_div.jpg' border='0'></td>");
	document.writeln("								<td width='68px'><a href='index.htm' class='nav'>HOME</a></td>");
	document.writeln("								<td><img src='images/nav_div.jpg' border='0'></td>");
	document.writeln("								<td width='96px'><a href='aboutus.htm' class='nav'>ABOUT US</a></td>");
	document.writeln("								<td><img src='images/nav_div.jpg' border='0'></td>");
	document.writeln("								<td width='128px'><a href='services.htm' class='nav'>OUR SERVICES</a></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' border='0' width='310px' height='35px'></td></tr>");
	document.writeln("			</table></td>");
	document.writeln("		<td valign='top'><img src='images/header_engine.jpg' border='0'></td>");
	document.writeln("		<td><table border='0' cellpadding='0' cellspacing='0' width='310px' height='198px'>");
	document.writeln("				<tr><td><table border='0' cellpadding='0' cellspacing='0' width='310px'>");
	document.writeln("							<tr><td width='290px' align='right' style='font:900 14px Arial; color:#f3f2f2;' ");
	  document.write("									valign='top'><br>919 Mayhew Rd.<br>Scottsville, KY<br><br>");
	document.writeln("270.618.5266<br>888.618.5266</td>");
	document.writeln("								<td><img src='images/spacer.gif' border='0' width='20px' height='116px'></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><table border='0' cellpadding='0' cellspacing='0' width='310px' height='47px'>");
	document.writeln("							<tr><td width='60px'><a href='faqs.htm' class='nav'>FAQ</a></td>");
	document.writeln("								<td><img src='images/nav_div.jpg' border='0'></td>");
	document.writeln("								<td width='110px'><a href='products.htm' class='nav'>PRODUCTS</a></td>");
	document.writeln("								<td><img src='images/nav_div.jpg' border='0'></td>");
	document.writeln("								<td width='122px'><a href='contact.cgi' class='nav'>CONTACT US</a></td>");
	document.writeln("								<td><img src='images/nav_div.jpg' border='0'></td></tr>");
	document.writeln("						</table></td></tr>");
	document.writeln("				<tr><td><img src='images/spacer.gif' border='0' width='310px' height='35px'></td></tr>");
	document.writeln("			</table></td></tr>");
	document.writeln("</table>");
}

