Here, in your script code:
Code:
var voicemailpanel=new ddpanel({
ids: ["voicemailpanel", "voicemailcontent", "voicemailpaneltab"], // id of main panel DIV, content DIV, and tab DIV
stateconfig: {initial: "1px", persiststate: true}, // initial: initial reveal amount in pixels (ie: 5px)
animate: {enabled: true, steps: 8}, //steps: number of animation steps. Int between 1-20. Smaller=faster.
pointerimage: {enabled: true, src: ["/en/images/arrow-down.gif", "/en/images/arrow-up.gif"]},
closepanelonclick: {disable: true} // close panel when links or elements with CSS class="closepanel" within container is clicked on?
})
There is no element on the page by that id though. Now, perhaps after a successful login there would be, I don't know. Also, you have numerous other new ddpanel declarations. If their associated markup is not on the page, there will be an error for each one that lacks corresponding markup.
Bookmarks