window.onload = function() {	


  if (document.getElementById('main_layout_bottom_right') != null && 
	  document.getElementById('main_layout_bottom_right').scrollHeight>450 &&
	  document.getElementById('main_layout_bottom_right').scrollHeight+30>document.getElementById("main_layout_bottom_left").scrollHeight) 
  {
		 var index = document.getElementById('main_layout_bottom_right').scrollHeight+30;
		 index = index+"px";
		 document.getElementById("main_layout_bottom_left").style.height=index;
  }
 

}

function stretch() {	

}