
var IE = document.all?true:false;
widthFix = (IE)?0:20;
var width = document.body.scrollWidth - widthFix;
var height = document.body.scrollHeight -1;

