script for expand/collapse div menu
If you’re looking for Javascript that can expand and contract a div menu/element, Dustin Diaz shared his script on his site: DHTML expand and collapse div menu
Pretty simple really. In a nutshell, you just need to find the correct element (use id) then make it invisible by changing the value of style.display to none.
