Code function show2(){
document.getElementById("overflow").style.display="block";
document.body.setAttribute("scroll","no");
setInnerDiv();
}
window.onresize=function setInnerDiv(){ var div=document.getElementById("div1"); var divwidth=div.style.width.substring(0,div.style.height.lastIndexOf("px"));
var left=document.body.clientWidth/2-parseInt(divwidth)/2;