this is how you can hide or show the sidebar, if that's the id name
you can trigger a function or something
Code:
document.getElementById("sidebar").style.visibility="hidden" ;/*hides the element*/
document.getElementById("sidebar").style.visibility="visible" ;/*shows the element*/
here's an example of using this technique. open the menu and click on the friends online section on the bottom and a little window shows up.
http://h1.ripway.com/stirfry/javascr...thfriends.html