function autofitIframe(id){ 

	parent.document.getElementById(id).style.height=this.document.body.scrollHeight+"px";
	parent.document.getElementById(id).style.height=this.document.body.offsetHeight+"px";
}