Specifications

214 Menus and Menu Commands
Example
The following example of windowDimensions() sets the dimensions of the Parameters dialog
box to 648 x 520 pixels:
function windowDimensions(){
return "648,520";
}