Lines Matching refs:document
18 var h = document.compatMode === "CSS1Compat" &&
20 document.documentElement.clientHeight :
21 document.body.clientHeight;
22 var w = document.compatMode === "CSS1Compat" &&
24 document.documentElement.clientWidth :
25 document.body.clientWidth;
28 if (document.body &&
29 (document.body.scrollWidth || document.body.scrollHeight)) {
30 t = document.body.scrollWidth;
32 t = document.body.scrollHeight;
34 } else if (document.body.offsetWidth) {
35 t = document.body.offsetWidth;
37 t = document.body.offsetHeight;
70 var dark = document.getElementById("darkenScreenObject");
73 var tbody = document.getElementsByTagName("body")[0];
74 var tnode = document.createElement("div");
82 dark = document.getElementById("darkenScreenObject");