document.write("<table width=\"800\" height=\"28\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("	<tr>");
document.write("    <td id=\"top_menu_cell\" align=\"center\" valign=\"center\" class=\"top_menu_bg_brown\">");
document.write("		  <table cellspacing=\"0\" cellpadding=\"0\" style=\"font-family:arial; font-size:10pt; font-weight:bold; color:white;\">");
document.write("		  	<tr>");
document.write("		  		<td><a href=\"./index.php\" class=\"topMenu\">HOME</a></td>");
document.write("		  		<td width=\"35\"></td>");
document.write("		  		<td><a href=\"./gallery.php\" class=\"topMenu\">PHOTO GALLERY</a></td>");
document.write("		  		<td width=\"35\"></td>");
document.write("		  		<td><a href=\"./warranty.html\" class=\"topMenu\">WARRANTY</a></td>");
document.write("		  		<td width=\"35\"></td>");
document.write("		  		<td><a href=\"./forum.html\" class=\"topMenu\">FORUM</a></td>");
document.write("		  		<td width=\"35\"></td>");
document.write("		  		<td><a href=\"./events.php\" class=\"topMenu\">EVENTS</a></td>");
document.write("		  		<td width=\"35\"></td>");
document.write("		  		<td><a href=\"./links.html\" class=\"topMenu\">LINKS</a></td>");
document.write("		  		<td width=\"35\"></td>");
document.write("		  		<td><a href=\"./contact.html\" class=\"topMenu\">CONTACT</a></td>");
document.write("		  		<td width=\"35\"></td>");
document.write("		  		<td><a href=\"./about_us.html\" class=\"topMenu\">ABOUT US</a></td>");
document.write("		  	</tr>");
document.write("		  </table>");
document.write("		</td>");
document.write("	</tr>");
document.write("</table>");