function NavigationButtons()
{
  var buffer="";

  preloadImage01 = new Image()
  preloadImage01.src = "appylogo.gif"

  buffer+='<A HREF="buyers.htm" TARGET="_top"> &nbsp; Buyers &nbsp; </A>';

  buffer+='<A HREF="sellers.htm" TARGET="_top"> &nbsp; Sellers &nbsp; </A>';

  buffer+='<A HREF="listings.php" TARGET="_top"> &nbsp; Featured Listings &nbsp; </A>';

  buffer+='<A HREF="homesearch.htm" TARGET="_top"> &nbsp; Home Search &nbsp; </A>';

  buffer+='<A HREF="neighborhoods.htm" TARGET="_top"> &nbsp; Neighborhoods &nbsp; </A>';

  buffer+='<A HREF="company.htm" TARGET="_top"> &nbsp; Company &nbsp; </A>';

  buffer+='<A HREF="team.htm" TARGET="_top"> &nbsp; Team &nbsp; </A>';

  buffer+='<A HREF="contact.htm" TARGET="_top"> &nbsp; Contact Us &nbsp; </A>';

  buffer+='<A HREF="index.htm" TARGET="_top"> &nbsp; Home Page &nbsp; </A>';

  document.write(buffer);
  return;
}








function NavigationButtonsBottom()
{
  var buffer="";

  buffer+='<A HREF="buyers.htm">Buyers</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="sellers.htm">Sellers</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="listings.php" TARGET="_top">Featured Listings</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="homesearch.htm">Home Search</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="neighborhoods.htm">Neighborhoods</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="company.htm">Company</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="team.htm">Team</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="contact.htm">Contact Us</A> &nbsp; &nbsp; ';

  buffer+='<A HREF="index.htm">Home Page</A>';

  document.write(buffer);
  return;
}

function CopyrightBottom()
{
  var buffer="";

  preloadImage01 = new Image()
  preloadImage01.src = "appylogo.jpg"

  buffer+='<P CLASS="sidebar" ALIGN=CENTER>Copyright &copy; 2006-2009<BR>Levy, Law & Heizman<BR>All Rights Reserved</P><BR>';


  buffer+='<P CLASS="sidebar" ALIGN=CENTER><A HREF="http://www.spottedhorse.com"><IMG SRC="appylogo.jpg" BORDER=0></A></P>';


  document.write(buffer);
  return;
}


function go_destination (inform)
{ 
  var k=inform.destination.selectedIndex
  switch (inform.destination.options[k].value)
  {
    case "1st-time home buying":
     location.href = 'firsttimehomebuying.htm';
    break

    case "New home sales":
     location.href = 'newhomesales.htm';
    break

    case "Condominiums":
     location.href = 'condominiums.htm';
    break

    case "Seniors":
     location.href = 'seniors.htm';
    break

    case "Previously Owned home sales":
     location.href = 'previouslyownedhomesales.htm';
    break

    case "Fix & Flips":
     location.href = 'fixandflips.htm';
    break

    case "Selling income property":
     location.href = 'sellingincomeproperty.htm';
    break

    case "Buying income property":
     location.href = 'buyingincomeproperty.htm';
    break

    case "Buying foreclosed properties":
     location.href = 'buyingforeclosedproperties.htm';
    break

    case "Fixer-uppers":
     location.href = 'fixeruppers.htm';
    break

  }
}
