as3 javascript problem PLEASE HELP!

hi there heres my problem

this.testBtn.addEventListener(MouseEvent.CLICK, gotowebpage);

function gotowebpage(event:MouseEvent):void {
var jscommand:String = “window.open(‘http://www.google.com’,‘win’,‘height=200,width=300,toolba r=no,scrollbars=yes’);”;
var GOOGLEURL:URLRequest = new URLRequest(“javascript:” + jscommand + " void(0);");
navigateToURL(GOOGLEURL, “_self”);
}

the code above works in firefox but not safari can anyone explain why?

also can anyone tell how i view my previous post cos i can’t seem to find a link to view them.

cheers