function setSidebarHeight()
{
	var content_height = document.getElementById("content").offsetHeight;
	document.getElementById("sidebar_content").style.marginBottom = "-" + (10225 - content_height) + "px";
}
