  function getHeight(parent) {
	var maxheight = document.getElementById(parent).offsetHeight;
	alert(maxheight);
  }
