I want to be able to hide/show an entire layer onClick. For example say I have three tabs that say:
subscribe
renew
cancel
and I have a css layer for each, like <div class="subscribe">, <div class="renew"> and <div class="cancel"> and when you click the subscribe link, i want to show the subscribe layer, and hide the others and so on and so forth. basically each layer has a different form to enter data, and this would be much smoother than re-loading the dang page.
You can see it here: http://outside.away.com/index.html
in the right side column where it says Blogs, Videos, Podcasts and Photos... how is this done, all javascript?