if (height < getRange(verticalMax))
    {
        this.bodyEl.style.minHeight = new String(getRange(verticalMax)) + "px";
        height = this.el.offsetHeight;
    }