 
function show_bottom_menu()
  {
	document.write('<hr>');
	document.write('<center>');
	document.write('<font size="2">');
	document.write('<a href="index.html">Home</a>&nbsp;|&nbsp;');
	document.write('<a href="products.html">Our Products</a>&nbsp;|&nbsp;');
	document.write('<a href="bakers.html">Bakers &amp; Distributors</a>&nbsp;|&nbsp;');
	document.write('<a href="nutrition.html">Nutrition</a>&nbsp;|&nbsp;');
	document.write('<a href="recipes.html">Recipes</a>&nbsp;|&nbsp;');
	document.write('<a href="wellness.php">Wellness Library</a>&nbsp;|&nbsp;');
	document.write('<a href="catalog/index.php">Buy Online</a>');
	document.write('<br><br>');
	document.write('<a href="sub_legacy.html">Our Legacy</a>&nbsp;|&nbsp;');
	document.write('<a href="sub_message.html">Message from Our Founder</a>&nbsp;|&nbsp;');
	document.write('<a href="sub_news_release.html">News Releases</a></font>');
	document.write('</center>');
	document.write('<hr>');
  }