Fixed pop up window size?

I know how to do it in dreamweaver, but how does one tell a link in a flash movie to open up a _blank window at a fixed size? I only know

on (release) {
get URL(“myurl.html”,"_blank");
}

but this just opens up a regular sized window.

thanks for any help