// set right vertical bar height
if (document.getElementById("body_content") && document.getElementById("body_content").offsetHeight < 450)
document.getElementById("body_content").style.height = "450px" // 15px less because of padding-bottom in style sheet
