getClientSize = function();
==== Parameters ====
==== Returned value ====
* //functions:// dimensions of the browser window
===== Notes =====
* The resulting structure [[en:wascript:pascal:records:tcspoint|TCSPoint]] contains the width in the X field and height in the Y field.
===== Examples =====
-var dim = getClientSize();