Sets the size of the browser's client part according to the specified values.
procedure SetClientSize(aSize: TCSPoint);
var dim:TCSPoint; dim.X:=1050; dim.Y:=750; SetClientSize(dim);