function getHeight() {
	var homeLayout11Height= document.getElementById('homeLayout11').offsetHeight;  
		document.getElementById('tableBottomLeft').style.height = homeLayout11Height+57+"px";
		document.getElementById('tableBottomRight').style.height = homeLayout11Height+57+"px";
}
