[jQuery] Fade in and fade out plug in?

[jQuery] Fade in and fade out plug in?


Hello,
Does any plug-in like this exist?:
I have several <div>'s on a page.
There is a menu on the page that corresponds with each <div>.
Initially, there should only be one <div> showing.
When the user clicks a menu item, the corresponding <div> fades in.
When the user clicks another menu item, the current <div> fades out
and the new <div> fades in without a cross fade. The existing <div>
should fade out completely before the new <div> fades in.
I went through the plug-ins list and found some that almost did this,
but not quite.
Thanks for your help.