
// Start Column Script
function getHeight() {
	if (document.getElementById) {
	var divs = new Array(document.getElementById('menu_bottom'), document.getElementById('text_page'));
	maxHeight = divs[1].offsetHeight;
	divs[0].style.height = maxHeight-221 + 'px';
	
	}
}
