function resizeIframe(height)
  {
    document.getElementById('ifrm').height = parseInt(height);
  }

