function ResizeIFrame() {
  var oIFrame = document.getElementById('MyIframe');
  oIFrame.style.height = oIFrame.contentWindow.document.body.scrollHeight + 25 + 'px';
  }