window.onload = function ()
{
	var content_height = parseInt(document.getElementById("height-holder").offsetHeight);
	document.getElementById("box-1").style.height = content_height - 85 + "px";
	document.getElementById("box-2").style.height = content_height - 85 + "px";
}