DOM.Window
In the HTML DOM, Window is an interface that provides access to properties of the browser's (user agent's) window viewing the current document.
methods:
Detailed description
window.setTimeout(func [, delayMs, param1, param2, ...])
or
window.setTimeout(code[, delay]);
returns: a timeout id (numeric, non-zero)