var ie4, ns6;
ie4 = (document.all) && (parseInt(navigator.appVersion) >= 4);
ns6 = (document.layers);

this.resizeTo(document.body.offsetWidth , document.body.scrollHeight);
//if(ie4) {this.resizeTo(document.body.offsetWidth , document.body.scrollHeight); }
//else {}
