function autofitIframe(){
if (!window.opera && !document.mimeType && document.all && document.getElementById){
 parent.Resize((this.document.body.offsetHeight+30)+"px");
    }
    else if(document.getElementById) {
 parent.Resize((this.document.body.scrollHeight+30)+"px");
    }
}