function wehnerbottommenu() {

document.write('<table border=0 bordercolor=white class=bottommenu > ');
	document.write('<tr> ');
		document.write('<td align="center">  ');
			document.write('<a href="index.html">Home</a> ');
			document.write('|  ');
			document.write('<a href="plaques.htm">Plaques</a> ');
			document.write(' | '); 
		 	document.write('<a href="trophies.htm">Trophies</a> ');
		 	document.write('| ');  
			document.write('<a href="castings.htm">Castings</a> ');
			document.write('|  ');
			document.write('<a href="ribbons.htm">Ribbons</a> ');
		 	document.write('|  ');
		 	document.write('<a href="medals.htm">Medals</a> ');
		 	document.write('|  ');
		 	document.write('<a href="desk.htm">Desk Accessories</a> ');
		 	document.write('|  ');	
		 	document.write('<a href="pins.htm">Pins</a> ');
		 	document.write('|  ');	
		 	document.write('<a href="flag.htm">Flag Cases</a> ');
		 	document.write('|  ');	
			document.write('<a href="nametagssigns.htm">Nametags & Signs</a> ');
		 	document.write('|  ');
		 	document.write('<a href="clocksgifts.htm">Clocks & Gifts</a> ');
			document.write('| ');
			document.write('<a href="acrylics.htm">Acrylics</a> ');
			document.write('| ');
			document.write('<a href="specials.htm">Specials</a> ');
			document.write('|  ');
			document.write('<a href="contact.htm">Contact Us</a> ');
			document.write('|  ');
			document.write('<a href="find.htm">Find Our Store</a> ');
		document.write('</td>	 ');
	document.write('</tr> ');
	
document.write('</table> ');

}
