thanks for the reply,
well, maybe i should try doing the whole thing another way.. what i have, is a list of events (that are from an event calendar.)
when a user clicks on an event heading in the list of events, i want to show more information for that event (basically, "expand" the box and show the additional information just for that event).
when a user clicks on an event like that, i want to jump to that event on the html page, so that the end user can see the even they clicked on.
so, i have both parts of those working, just separately, and, there is probably a better way to do this.