function setHeightIframe(objFrame) {
	objFrame.style.height = parseInt(objFrame.contentWindow.document.documentElement.scrollHeight) + 'px';
}

