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