
function setHeight(){
document.getElementById("sideblock").style.height = document.getElementById("content").clientHeight+"px";
}