var btn = document.getElementById("btn");
btn.onclick = function() {
    box.style.width = 500 + 'px';
}