function mi(n) {
	if ((this.name="link") && ( document[n])) {
	  if ((top.TopFFrame.ok) && (n != ' ')) {
	    document[n].src = top.TopFFrame.on.src;
	  }
	}
}
function mo(n) {
	if ((this.name="link") && ( document[n]) ) {
	  if ((top.TopFFrame.ok) && (n != top.TopFFrame.akt) && (n != ' ')) {
	  	document[n].src = top.TopFFrame.off.src;
	  }
  }
}
function init(n)   {
if ((n != ' ')) {
top.TopFFrame.aus = top.TopFFrame.akt;
top.TopFFrame.akt = n;
pruefe();
}
}
function pruefe() {
// pruefen, ob Frame fertig da ist (und evt. ob Fenster noch offen)
 if(!eval("top.TopFFrame"))
//if (top.TopFFrame.fertig == "f")
   window.setTimeout("pruefe()",100);
else {
  mo(top.TopFFrame.aus);
  mi(top.TopFFrame.akt);
}
}
function init_menue()    {
top.TopFFrame.fertig='f';
top.TopFFrame.akt = ' ';
}
function exit_menue()    {
top.TopFFrame.fertig='t';     alert('e');
}
function holebild()   {
ok = document.images;
if (ok) {
  on = new Image(); on.src = "pictures/rechts1.gif";
  off = new Image(); off.src = "pictures/space.gif";
}
}
function a()   {
for(i=0; i < document.links.length; ++i)
 alert (document.links[i]);
}
function textlist() {
      max=textlist.arguments.length;
      for (i=0; i<max; i++)
         this[i]=textlist.arguments[i];
}
function textticker() {
document.form1.textfeld.value=this.tl[this.x].substring(0,this.pos)+"_";
  if(pos++==l) {
    pos=0;
    setTimeout("textticker()",1000);   x++;
    if(x==max)
      x=0;
      l=tl[x].length;
    }
  else
    setTimeout("textticker()",50);
}

// in top : akt=aus=' ';fertig ='f';holebild();
// in Info: <body ... onload="init ('b0');">
// in menue:<body ... onload="exit_menue();">
// <script language=javascript>init_menue();</script>
