Flash cs4 hyperlinks

hi, simple i got a script that open the a hyperlink in a new window, what i want is to open the hyperlin in the same window can someone help me out


a1.addEventListener(MouseEvent.CLICK, goWhere1)
function goWhere1 (evt) {
var url = "inisial.php"
navigateToURL(new URLRequest(url))
}