How did macromedia create this tabbed effect where the page does not seem to
reload, yet new content is displayed? It is located on their studio8 product
page near the middle and here is the code near the tab effect:

The part in particular is highlighted in the code below:
<div class="d-tabsection micro-tabs">
<ul class="nav" id="studio_sec_compare">
<li><a rel="d-viewswitch #studio_sec_compare" href="#studio_overview"
class="navLabel">Overview</a></li>
<li><a rel="d-viewswitch #studio_sec_compare" href="#studio_products1"
class="navLabel">Studio Products</a></li>
<li><a rel="d-viewswitch #studio_sec_compare" href="#studio_evaluate1"
class="navLabel">Evaluating Studio 8</a></li>
</ul>

The d-tabsection micro-tabs and the d-viewswitch. Is this some type of hidden
layer or anchor type of thing?

How do you recreate this effect????

Any suggestions or help would be greatly appreciated!!!!

-Chris