	function fixHeight() {
		var txt = document.getElementById('main_txt');
		if (txt.offsetHeight < 370) txt.style.height = "370px";
	}

