Navigation with slide out div

Hi
I am trying to do a site navigation whose items when clicked causes a panel to slide out with corresponding content.
It can be seen here
Please let me know how it is done or point me to some resources if you know.
Thanks a million in advance…

try google for jquery tabbed slide out menu or similar. Or perhaps slideout jquery accordion menu (or sideways instead of slide out). All three give a large number of demos and one might match your requirements

it’s a variation on this sort of thing http://codecanyon.net/item/sliding-tabs-jquery-plugin/141774

You don’t need jquery at all to create the sliding divs.

You can do it simply with css postioning and then plain ol’ javascript to adjust the appropriate top, left,right, bottom positions with setInterval() to create the sliding animation.

Thanks a lot guys for your replies.
I am working on a solution.