function vypocet (elem) { elem.style.height = elem.contentWindow.document.body.scrollHeight + 20; } 
