function doHeights( ets, teh, deh )
{
	if(ets != null && teh != null)
	{
		ets.style.height = (teh.offsetHeight + "px");
	}
}