I'm very new to JavaScript and I can't find the error in my code. What is supposed to happen is that a div is supposed to slide out onclick of the "toggle" link (and in if it's already out). It does work with no animation, but if I try and enable the animation (by changing the onclick function to toggleSlide instead ...