you have a random semi-colon in the first function of your script that may be cascading to errors further down, fix that first.
- Code: Select all
if (document.getElementById){;}
Can you explain if there is a specific error given by your browser as well?
Thanks.