var ColumnsDiv="ContentArea";var Target="siteClear";function adjustHeights(){var A=document.getElementById(ColumnsDiv).getElementsByTagName("div");for(i=0;i<A.length;i++){if(A[i].id.toLowerCase().indexOf("column")>-1){A[i].style.height=A[i].clientHeight+(findTop(document.getElementById(Target))-(A[i].clientHeight+findTop(A[i])))+"px"}}}function findTop(B){var A=0;if(B.offsetParent){A=B.offsetTop;while(B=B.offsetParent){A+=B.offsetTop}}return A}function Start(){adjustHeights();document.body.onresize=adjustHeights;window.onresize=adjustHeights}document.body.onload=Start;window.onload=Start;