var fhoehe = document.body.offsetHeight - 59;
var fbreite = document.body.clientWidth;
document.post.hoehe.value = fhoehe;
document.post.breite.value = fbreite;