<!--

window.onload=function() {
h = document.getElementById("leftcolumn");
boxh = h.clientHeight;
document.getElementById("two_maincolumn").style.height = boxh + "px";
}

// -->
