function NavigationButtons()
{
  var buffer="";

  buffer+='<DIV CLASS="navigation">';

  buffer+='<A HREF="https://www.spottedhorse.com/sites/tideedidee.com/startingservice.htm">Starting Service</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="services.htm">Our Services</A> &nbsp; &nbsp; '; 

  buffer+='<A HREF="servicearea.htm">Service Area</A> &nbsp; &nbsp; '; 

  buffer+='<A HREF="https://www.spottedhorse.com/sites/tideedidee.com/registry.php">Gift Registry</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="https://www.spottedhorse.com/sites/tideedidee.com/store.php">Online Store</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="https://www.spottedhorse.com/sites/tideedidee.com/registry.php?menu=accountmanagement">Account Management</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="index.htm">Home Page</A>'; 

  buffer+='</DIV>';

  document.write(buffer);
  return;
}



function Footer()
{
  var buffer="";

  buffer+='<P CLASS="standard" ALIGN=CENTER><B>Tidee Didee Diaper Service</B><BR>6011 S.E. 92nd Avenue • Portland, Oregon 97266 • 503-777-3856 • <A HREF="mailto:portland@tideedidee.com" STYLE="font-size: 12pt;">portland@tideedidee.com</A></P>';

  buffer+='<P CLASS="standard" ALIGN=CENTER><B>Diaper Service Hours:</B> Monday - Thursday  7:00 a.m. to 4:30 p.m.</P>';

  buffer+='<P CLASS="standard" ALIGN=CENTER><B>Natural Baby Boutique Hours:</B> Monday - Thursday  7:00 a.m. to 4:30 p.m., Friday - Saturday 9:30 a.m. to 2:30 p.m.</P>';

  buffer+='<P CLASS="copyright" ALIGN=CENTER>Copyright &copy; 1999-2011 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;
}


