function topmenu() {

	document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table1" height="76">');
	document.writeln('	<tr><td bgcolor="#FFFFFF" style="padding-left:10px">');
	document.writeln('			<a href=""><img border="0" src="includes/LOGO.jpg" width="273" height="83"></a></td>');
	document.writeln('		<td bgcolor="#FFFFFF" style="padding-right:10px; padding-top:15px" align="right" valign="top">');
	document.writeln('			<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align:right;">');
	document.writeln('				<tr><td><nobr><A HREF="/" TARGET="" STYLE="text-decoration: none; color:#d61d22;"><b>Home</b></A></nobr>&nbsp;|&nbsp;');
	document.writeln('					<nobr><A HREF="sitemap.htm" TARGET="" STYLE="{text-decoration: none;}">Sitemap</A></nobr></td></tr>');
	document.writeln('				<tr><td><b>Search Products/Site</b></td></tr>');
	document.writeln('				<tr><td><form action="search.cgi" method="post">');
	document.writeln('							<input type="text" name="search" style="font-size:12px;">');
	document.writeln('							<input type="submit" name="GO" value="GO" style="font-size:10px;">');
	document.writeln('						</form></td></tr>');
	document.writeln('			</table></td></tr>');
	document.writeln('</table>');
}


