window.onload = function ()
{
	var content_height = parseInt(document.getElementById("content").offsetHeight);
	document.getElementById("left-block").style.height = content_height + "px";
}
