
function Go(x)
   {
    if(x == "nothing")
    {
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
      return;
    }
    else if(x == "end") top.location.href = parent.frames[1].location;
    else
    {
      top.location.href = x;
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
    }
  }
  
  function AnsichtRef(x)
	{
	if(x == "1") 
		{window.open("sites/agb.html","001","height=625,width=540,menubar=no,scrollbars=yes,resizable=no,screenX=20,screenY=20")}
	}
 






