function reflow() {
    var bodydiv = document.getElementById("body");
    bodydiv.style.minHeight = "100%";
}

window.onload = reflow;