2 This window should not have scroll bars.
4 var width
= innerWidth
;
5 var height
= innerHeight
;
7 document
.documentElement
.style
.height
= height
+ 50 + "px";
8 document
.documentElement
.style
.width
= width
+ "px";
9 document
.body
.offsetTop
;
10 document
.documentElement
.style
.height
= height
+ "px";