 function findFrame(contentHeight)
 {
	el = document.getElementById('emailFrame');
	el.style.height=contentHeight+"px";
 }