function setIframeHeight(height) { var ifRef = document.getElementById(iframeId1); ifRef.height = height; }