function header() {
  document.write('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="1000">'
    +'<TR><TD WIDTH="180">'
    +'<A HREF="index.html"><IMG SRC="http://foggymtn.com/images/FoggyMtnLogo.JPG" WIDTH="180" HEIGHT="75" ALIGN="BOTTOM" BORDER="0" ALT="Foggy Mountain Nursery Logo"></A>'
    +'</TD>'
    +'<TD WIDTH="820"><CENTER><B><FONT SIZE="7" COLOR="#000099" FACE="Comic Sans MS, Enviro">Foggy Mountain Nursery</FONT></B></CENTER></TD>'
    +'</TR></TABLE>');
}

function footer() {
  document.write('<CENTER><FONT SIZE ="2">'
  +'<HR ALIGN="CENTER" WIDTH="900" SIZE="3">'
  +'<A HREF="http://foggymtn.com/index.html">Home</A>'
  +' | ' +'<A HREF="http://foggymtn.com/LiveStakes.html">Live Stakes</A>'
  +' | ' +'<A HREF="http://foggymtn.com/ChristmasTrees.html">Christmas Trees</A>'
  +' | ' +'<A HREF="http://foggymtn.com/LiveStakes_PriceList.html">Price List</A>'
  +' | ' +'<A HREF="http://foggymtn.com/ContactInformation.html">Contact Us</A>'
  +'<BR><BR>'
  +'Please feel free to drop us a line to share your thoughts on the site, all comments are welcomed.  Contact us at '
  +'<A HREF="mailto:foggymtn@skybest.com">foggymtn@skybest.com</A><BR>'
  +'Copyright&copy; 2005 Foggy Mountain Nursery<BR>'
  +'</FONT></CENTER>');
}

function MainMenu() {
  document.write('<div id="navcontainer">'
     +'<ul id="navlist">'
     +'<li><a href="http://foggymtn.com/index.html" class="">Home</a></li>'
     +'<li><a href="http://foggymtn.com/LiveStakes.html" class="">Live Stakes</a></li>'
     +'<li><a href="http://foggymtn.com/ChristmasTrees.html" class="">Christmas Trees</a></li>'
     +'<li><a href="http://foggymtn.com/LiveStakes_PriceList.html" class="">Price List</a></li>'
     +'<li><a href="http://foggymtn.com/ContactInformation.html" class="">Contact Us</a></li>'
     +'</ul>'
     +'</div>');
}

/* http://foggymtn.com/ */

function oldMainMenu() {
  document.write('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">'
    +'<TR><TD WIDTH="100%" HEIGHT="20" BGCOLOR="#000099">'
    +'<CENTER><B>'
    +'<A HREF="index.html"><FONT SIZE="2" COLOR="WHITE">Home</FONT></A>'
    +'<FONT SIZE="2" COLOR="WHITE"> | </FONT>'
    +'<A HREF="PriceList.html"><FONT SIZE="2" COLOR="WHITE">Price List</FONT></A>'
    +'<FONT SIZE="2" COLOR="WHITE"> | </FONT>'
    +'<A HREF="ContactInformation.html"><FONT SIZE="2" COLOR="WHITE">Contact Information</FONT></A>'
    +'</B></CENTER>'
    +'</TD></TR></TABLE>');
}

