window.onload=function(){
	var height = document.body.offsetHeight;
	document.getElementById("sidebar").style.height=height+"px";
}