Dynamicly loading text from dynamicaly loaded text

I believe that is how i would phrase what im trying to do.

Here is the situation.

I have two data boxes. In one box i have dynamicly loaded text w/ scroller listing various items. In the other box i want those listed items to appear w/ scroller. How can i make it, so that, by clicking the items in box one, the text in box two appears. Almost a tellTarget type of thing. If i were using buttons i know how to do it. But since im using text, i cant figure out how to place the action script.

Any help or advice would be appreciated…

Thanx in advance…

Let me see if i get your idea… you have some kind of list on box1 and by clicking the items on box1, you want to load some “sub items” from another txt file into box2?

thats pretty much the idea…

Ill explain the exact idea of what i want… it might help.

In box one i had song names… in box two i want the lyrics to those songs… So… when somebody clicks the song name… the lyrics for that song load in the other box… i hope that makes it a bit more understandable…