<!--
function Goto(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL}

function wertausfuellen()
{document.loginform.login.value="";}

function wertausfuellen2()
{document.loginform.passwort.value="";}

function nfo(txt,std,e)
{
 with(document.getElementById("info"))
     {
      firstChild.data = txt;
      style.display = std;
         style.top = e.clientY;
         style.left = e.clientX;

       }
}
//-->
