Hello joelbrandman,
That page you link to uses
<a href="#meetbarc"> in the menu to scroll down to
<a class="anchorlink" name="meetbarc"> </a>
Would use an id instead of name. Like this -
<a class="anchorlink" id="meetbarc"> </a>
That page also uses a bit of js for a scrolling transition, a page anchor would just jump to the spot linked further down the page without it. See a
jQuery ScrollTo here. I did not look to see what scrolling js is actually used on that page...