Of course, sorry bout that I forgot to upload your amendments, here page test8a has the code to make sure the animation stays at the bottom (I'm happy with this):
PAGE:
http://lovelago.googlepages.com/test8a.html
---------------------------------
Next here is the page with the "location.href=location.href+'#nav-descrip';" added to make the green button scroll down the page. I'm not "happy" with this

, I would like it to scroll like when clicking the "Description" button does, your code does not look at the stuff that makes this happen, I think:
</script>
<h1 class="title">Gentle Anchors</h1>
<ol id="linklist">
<a href="#nav-descrip">Description</a>
</ol>
You notice that as a result of it jumping the green animation is still running. With the nice finished ones sped up I can get away with that, they hopefully will just dissolve. You can also see how the jump of the green button compares to the scroll fo the description button.
PAGE:
http://lovelago.googlepages.com/test8b.html
-----------------------------
"gentle anchors" is the name of the .js script that the Description link refers to to allow it to scroll down the page, where as the code you gave me jumps.
http://lovelago.googlepages.com/gentle_anchors_1.1.js
Thanks again, I hope this help.