Forum Moderators: open
there's ways around that, you can put the text inside divs that are set to visibility:hidden; or display:none;, then use document.getElementById(scroll_div_id).style.visibility..
etc to show them, that technique has to be tested pretty thoroughy cross browser to make sure it works everywhere.
That will make the text physically present on the page for search engines, but not visible for viewers until it's called by the js script.