window.onload = function() {


	var elm = document.getElementById('list');
	var right = document.getElementById('listdx');

		right.style.height = (elm.clientHeight)+'px';
}