Roll Over event while keeping the arrow

HI,

I have a Rollover event using instances and I don’t want to have the finger pop up. How can I do that? Can I use the .useHandcursor script? Here is what it looks like:

tab1.onRollOver = function() {
gotoAndPlay(7);
}
tab2.onRollOver = function() {
gotoAndPlay(7);
}
tab3.onRollOver = function() {
gotoAndPlay(7);
}
ANy help would be awesome!!! Thanks!