<!--
function scrollpos () {
  parent.window.scrollTo(0, 0);
}

/*
function openCentered(theURL,winName,winWidth,winHeight,features) {
  var w = (screen.width - winWidth)/2;
  var h = (screen.height - winHeight)/2 - 60;
  features = features+',width='+winWidth+',height='+winHeight+',top='+h+',left='+w;
  window.open(theURL,winName,features);
}

function valid(Link,Frage)
{
    var is_confirmed = confirm(Frage);
    if(is_confirmed) {
        this.location.href = Link;
    }
}

function setfocus() {
    document.form_login.user.focus();
	return true;
}
*/
-->