HELP with opening new browswer window with size restrictions!

HELP! I have a button which I want to open a new browser window to play a swf file. The code i used was
on(release){
getURL(“cwismer.swf”,"_blank");
}

that works, but i want to limit the dimensions of the browswer window it opens to 800 pixels by 600 pixels. right now it opens in to a giant screen. to get a better idea, please go to www.codiwismer.com, click enter, click portfolio, and then click on number 17. you will see that the dimensions of the window it opens show objects that are moved off the stage that i want to stay hidden. please help me!!!