var box;
window.onload=function () {
box=document.getElementById("box");
}
box.style.height="400px";