What I meant was I have a little menu, and a paragraph for each menu item.
Once one of the links is clicked, it should do a check if the paragraphs of the other links are hidden, and if one is not, hide it using the hide("slow") animation to hide it. Then if all are hidden, use show("slow") to show the paragraph the link belongs to. I was thinking more of an if else statement?