function SetSize() {
				if (document.height) {
					iHeight = document.height;
				}
				else {
					iHeight = document.body.scrollHeight;
				}
				parent.window.document.getElementById('contentframe').height = parseInt(iHeight);
			}