function Seite_laden ()
{
  var index, inhalt;
  index=window.document.Jahrgang.Go.selectedIndex;
  inhalt=window.document.Jahrgang.Go.options[index].value;
  if (inhalt != ' ') window.location.href=inhalt; 
  if (inhalt == '/mathematik/csc/') open(inhalt,"_top");
  else window.document.Jahrgang.reset();
}

