function setMyHeight(iFrame){
	iFrame.style.height = (document.getElementById && !document.all) ? 	iFrame.contentDocument.body.offsetHeight + 17 : iFrame.Document.body.scrollHeight;
}