I managed to get them both working. Look for the line of code:
Code:
window.onload=startscroll
It is about 2/3 of the way down the script. just rem the line out as such:
Code:
//window.onload=startscroll
then go back to the <body> tag and modify the onload statement to:
Code:
<body onload="init();startscroll()">
then your page should run. See the attached file (will need to change the extension to .html). You will need to either change the referances for the menu stuff or put your menu stuff in a folder on your root c drive called menutest.
Bookmarks