function oettler()
{
	jvar = (document.body.clientHeight - 165);
	document.getElementById('inhalt').style.height = jvar;
	kvar = (document.body.clientWidth - 195);
	document.getElementById('inhalt').style.width = kvar;
}

function logotuev()
{
	document.getElementById('tuev').style.top = (document.body.clientHeight - 360) + 'px';
}

function resetField() 
{
    document.suchen.suche.value = '';
}
function gotoTop() {
	document.getElementById('inhalt').scrollTop=0;
	return false;
}
function gotoArticle(article){
	var $article=document.getElementById(article);
	if ($article) {
		document.getElementById('inhalt').scrollTop=$article.offsetTop;
	}
	return false;
}
