Links not opening new window using "_blank"!

Ok I seem to have found and fixed it - well sort of!
Now it clicks and opens no problem without losing the rollover effect but it will NOT seem to open in a new window even though the code includes “_blank”

Any ideas??

on(rollOver){
gotoAndPlay(“s1”);
}
on(releaseOutside, rollOut){
gotoAndPlay(“s2”);
}
on (release) {getURL(http://www.mylink.com, “_blank”);
}