rc = document.getElementById('rightCol');
cc = document.getElementById('centerCol');


rc.style.height = (cc.offsetHeight)+"px";

