// JavaScript Document
function anpassen() {
	i = parent.document.getElementById(window.name)
	iHeight = document.body.scrollHeight
	i.style.height = iHeight + 13 + "px"
}

