function loadContent() {
	maxH = document.getElementById('whole').offsetHeight;
	document.getElementById('main_col').style.height = (maxH - 169)+'px';
	document.getElementById('content_bottom_ln').style.top = (maxH - 116)+'px';
}