Help with onclipevent thingy

Okay let me see if I can explain this… This is a snippet of the code.
onClipEvent (load) {
&nbsp &nbsp &nbsp &nbsp inhalt = “About”;
&nbsp &nbsp &nbsp &nbsp text = “All youever wanted to know about me but was afraid to ask”;
&nbsp &nbsp &nbsp &nbsp skal = 0;
}
onClipEvent (enterFrame) {
&nbsp &nbsp &nbsp &nbsp if (skal == 1) {
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp _y = _y+(30-_y)/6;
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp _alpha = _alpha+(200-_alpha)/6;
&nbsp &nbsp &nbsp &nbsp }
&nbsp &nbsp &nbsp &nbsp if (skal == 0) {
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp _y = _y+(125-_y)/10;
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp _alpha = _alpha+(100-_alpha)/6;
&nbsp &nbsp &nbsp &nbsp }
}
The menu works but when I want to use the geturl command it is inherited by all the instances. I want each instance when clicked to pull up a different url in the designated frame (this works thanks ya’ll). I have tried splitting the instances into separate mc, but they still seem to inherit the geturl from the first instance. I hope I did not confuse you guys. If you can help I would greatly appreciate it. Let me know if you need more info.

klar, kein problem! (inhalt?..german?..)

duplicate your clip in the library, then change the new ones getUrl.