Complex Button RollOver/RollOut Effects: Issue...need help!

Hey people…

I posted this on here earlier in the month but had no luck in figuring it out.

I was following the tutorial for the RollOver/RollOut effects button…and I came into a snag. Everything worked great…with exception for a little bit that I wanted to change.

I wanted the RollOver/RollOut effect but have multiple buttons with different links. In this tutorial, you can only go to one URL. I was interested in using the RollOver/RollOut feature as part of a custom dropdown menu in flash.

To get a better understanding of exactly what I’m trying to do…here is a link to my swf file…
http://smartnetnyc.com/2007/top_nav.html

Here is the tutorial I was using:
http://www.kirupa.com/developer/mx2004/button_effect.htm

Is there any way to take the following line of code and play with the instance names for three separate buttons?
this.onRelease = function(){ getURL(“http://www.kirupa.com”,"_blank"); }

If someone could help me out with this, that would be great. At this point I’d even pay you for your time. This is turning out to be impossible no matter what I try.