
      function updateIFrame( height ) {
        var iframe = document.getElementById( 'formFrame' );
        iframe.setAttribute( 'height', height );
      }
      
      function sizeIFrame(x){
      	document.getElementById('formFrame').setAttribute( 'height', x );	
      }
