Stupid question about get url

Hello, I use smoothbox script inside a web page and I need to add the smoothbox url inside my flash menu.

the html url is:

<a href=“mypage.asp?id=1&height=300&width=300” title=“MY TITLE” class=“smoothbox”>LINK</a>

In flash I must write a code like this ?

on (release) {
getURL(“mypage.asp?id=1&height=300&width=300 title=‘MY TITLE’ class=‘smoothbox’”,"");

}

Thanks.