 
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="nutrition.html">Nutrition</a>&nbsp;|&nbsp;');
	document.write('<a href="wellness.php">Wellness Library</a>&nbsp;|&nbsp;');
	document.write('<a href="https://papag002.secure.omnis.com/catalog/index.php">Buy Online</a>');
	document.write('<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 />');
  }