function login()
{
	location.href = 'http://' + document.LoginForm.user.value + ':' + document.LoginForm.pwd.value + '@beinoptiker.de/tafel/intern/index.html';
    return false;
}