Customizing getURL pop up windows

I am using the getURL function to open a jpg in a new browser window, which works fine.

on (release){
getURL(“images/picture.jpg”, _blank);
}

However, I desperately want to customize the browser window that pops up so that it has no menu or toolbars, and I wish to have it sized to fit my image(s).

I was wondering if anyone knew a way this can be done. I’ve found out many ways to do this opening from an html page ( window.open(blah blah) ), but I can’t figure out how to spawn a customized pop-up from within an swf.

If anyone could help or give some suggestions, I would be very greatful.