var obj=document.getElementById('div_overlay');
obj.currentStyle?obj.currentStyle.position:document.defaultView.getComputedStyle(obj,false).position;
obj.style.dispaly='none';
obj.style.position='static';
obj.currentStyle?obj.currentStyle.position:document.defaultView.getComputedStyle(obj,false).position;
obj.style.dispaly='none';
obj.style.position='static';