Re: Multiple registration pages
No short cuts on jQuery – but it’s quite straightforward to setup a simple script like you’ll need: their site is good and full of useful examples: http://jquery.com/
show() and hide() are basic jQuery – and there are plenty of animation options you can apply.
Also, take a look in the WordPress codex re: wp_enqueue_script – their recommended way of loading javascripts.