function equalHeight(){
	document.getElementById("setHeight").style.height = document.getElementById("tarHeight").offsetHeight + "px";
}

window.onload = equalHeight;


