function NavigationButtons()
{
  var buffer="";

  buffer+='<DIV CLASS="navigation">';

  buffer+='<A HREF="https://www.spottedhorse.com/sites/tideedidee.net/startingservice.htm">Starting Service</A> &nbsp; ';

  buffer+='<A HREF="servicearea.htm">Service Area</A> &nbsp; '; 

  buffer+='<A HREF="http://www.tideedidee.net/moreinformation.htm">More Information</A> &nbsp; '; 

  buffer+='<A HREF="https://www.spottedhorse.com/sites/tideedidee.net/registry.php">Gift Registry</A> &nbsp; ';

  buffer+='<A HREF="https://www.spottedhorse.com/sites/tideedidee.net/store.php">Online Store</A> &nbsp; ';

  buffer+='<A HREF="https://www.spottedhorse.com/sites/tideedidee.net/registry.php?menu=accountmanagement">Account Management</A> &nbsp; ';

  buffer+='<A HREF="video.htm">How to Change a Cloth Diaper</A> &nbsp; '; 

  buffer+='<A HREF="index.htm">Home</A>'; 

  buffer+='</DIV>';

  document.write(buffer);
  return;
}



function Footer()
{
  var buffer="";

  buffer+='<P CLASS="standard" ALIGN=CENTER><B>ABC-Tidee Didee Diaper Service</B><BR>800-892-8080 • 510-549-1133 • 916-427-6161 • <A HREF="mailto:service@tideedidee.net" STYLE="font-size: 12pt;">service@tideedidee.net</A></P>';

  buffer+='<P CLASS="standard" ALIGN=CENTER><B>Office Hours:</B> M - F 8 a.m.-3:30 p.m. The office is closed on the 6 major holidays. Deliveries are made on all holidays (except for Thanksgiving, Christmas, and New Year&#039;s).</P>';

  buffer+='<P CLASS="copyright" ALIGN=CENTER>Copyright &copy; 1999-2010 ABC-Tidee Didee Diaper Service, All rights reserved</P>';

  buffer+='<P CLASS="standard" ALIGN=CENTER><A HREF="http://www.spottedhorse.com" STYLE="font-size: 10pt;">Web page design and hosting by Appaloosa</A></P>';

  document.write(buffer);
  return;
}

