Sets the size of the browser's client part according to the specified values.
setClientSize = function(aSize);
var dim = {}; dim.x = 1050; dim.y = 750; setClientSize(dim);