
if (document.all) { 
  var w = document.body.clientWidth; 
  var h = document.body.clientHeight; 
} 
else { 
  var w = window.innerWidth; 
  var h = window.innerHeight; 
} 


if (w>1020 && h>590){
document.write('<div id="scroll">');
}
