Opening a blank maximized window

Hey people,

I want to open a HTML page which should be opened in a blank window so I added the “_blank” in the code:

[AS]
on (release) {
getURL(“http://b3site.quid.nl/”, “_blank”);
}
[/AS]

Does anyone know the code to maximize the window?

Thnx in adv.

Grtz CoDe-ReD.