     if(top.frames.length > 0)
     top.location.href=self.location;

    function Fenster()
    {
     GuidedTour =
     window.open("http://www.jusos-mittelfranken.de/guide.htm", "Zweitfenster", "width=300,height=150");
     GuidedTour.focus();
     GuidedTour.moveTo(screen.width-350,screen.height-500);
    }

    function refresh()
    {
        location.reload();
    }

    function bild(x)
    {
    bild =
     window.open(x, "Zweitfenster", "width=420,height=320");
     bild.focus();
     bild.moveTo(screen.width-600,screen.height-500);
history.go(0)


    }

    function Foruma()
    {
     window.open("http://www.forumromanum.de/member/forum/forum.cgi?USER=user_2372", "Zweitfenster", "scrollbars=yes", "resizeable=yes");
    }

    function Forumb()
    {
     window.open("http://www.forumromanum.de/member/forum/forum.cgi?USER=user_13920", "Zweitfenster" , "scrollbars=yes", "resizeable=yes");
    }

     function Go(x)
     {
     if(x == "nothing")
      {
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
      return;
      }
      else
      {
      location.href = x;
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
      }
     }