function NavigationButtons()
{
  var buffer="";

  buffer+='<DIV CLASS="greengradient">';
  buffer+='<P CLASS="logo1">';
  buffer+='Ian H. Wallace LLC';
  buffer+='</P>';

  buffer+='<P CLASS="logo2">';
  buffer+='Experienced Bankruptcy Counseling';
  buffer+='</P>';

  buffer+='<P CLASS="navigation">';  buffer+='<A HREF="index.htm">&nbsp; Home &nbsp;</A> &nbsp; | &nbsp; ';
  buffer+='<A HREF="services.htm">&nbsp; My Services &nbsp;</A> &nbsp;|&nbsp; ';
  buffer+='<A HREF="about.htm">&nbsp; About Me &nbsp;</A> &nbsp;|&nbsp; ';
//  buffer+='<A HREF="faq.htm">&nbsp; FAQ &nbsp;</A> &nbsp;|&nbsp; ';
//  buffer+='<A HREF="consultation.htm">&nbsp; Free Consultation &nbsp;</A> &nbsp;|&nbsp; ';
  buffer+='<A HREF="contact.htm">&nbsp; Free Consultation/Contact Me &nbsp;</A> &nbsp;&nbsp; ';
//  buffer+='<A HREF="resources.htm">&nbsp; Resources &nbsp;</A> &nbsp;&nbsp;';
  buffer+='</P>';
  buffer+='</DIV>';

  document.write(buffer);
  return;
}

function Footer()
{
  var buffer="";

  buffer+='<DIV CLASS="greengradient">';

  buffer+='<TABLE WIDTH=100%>';
  buffer+='<TR>';
  buffer+='<TD VALIGN=TOP WIDTH=275 STYLE="padding: 10px;">';
  buffer+='<P CLASS="footer" STYLE="margin-top: 10;">8203 SE 7th Avenue<BR>Portland, Oregon 97202<BR><B>503-227-3877</B><BR>Fax: 503-222-3032<BR><A HREF="mailto:ihw@ianwallacelaw.com">ihw@ianwallacelaw.com</A></P>';
  buffer+='</TD>';

  buffer+='<TD VALIGN=TOP WIDTH=*>';
  buffer+='</TD>';

  buffer+='<TD VALIGN=TOP WIDTH=275 STYLE="padding: 10px;">';
  buffer+='<P CLASS="logo2" STYLE="text-align: center;">';
  buffer+='Ian H. Wallace, LLC<BR>';
  buffer+='<A HREF="http://www.ianwallacelaw.com" STYLE="text-align: center; font-weight: 500;">IANWALLACELAW.COM</A>';
  buffer+='</P>';

  buffer+='<P CLASS="copyright">Copyright &copy; 2007-2009 Ian H. Wallace LLC<BR>';
  buffer+='Website design by <A STYLE="font-size: 10pt" HREF="http://www.spottedhorse.com" CLASS="copyright">Appaloosa</A></P>';
  buffer+='</TD>';
  buffer+='</TR>';
  buffer+='</TABLE>';

  buffer+='</DIV>';

  document.write(buffer);
  return;
}
