   koepfe = new Array();
   koepfe['grischan']= "../bild/gkopf_sw_vor_gruen.gif";
   koepfe['tim']= "../bild/tim_sw_vor_gruen.gif";
   startkopf = "../bild/kopf6.gif";
   aktuelle_id;
   
      
   function dreiFrames(URL1,F1,URL2,F2,URL3,F3)
   {
    parent.frames[F1].location.href=URL1;
    parent.frames[F2].location.href=URL2;
	parent.frames[F3].location.href=URL3;
   }
   function laden()
   {
   	txt = parent.unten.location.href;
   	kopf = document.bild.src;
   }
   function allestausch(id)
   {
   	bildtausch(id);
   	textausch(id);
   }
   function bildtausch(id)
   {
      	document.bild.src = koepfe[id];
   }
   function textausch(id)
   {
   	document.getElementById(id).style.visibility='visible';
   	aktueller_text = id;
      	//parent.unten.location.href = texte[i];
   }
   function back()
   {
   	document.getElementById(aktueller_text).style.visibility='hidden';
   	document.bild.src = startkopf;
   }
  
