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