if(!parent.fr)
{var file = location.href;
 var z = file.lastIndexOf("\/"), x=file.length;
 file = file.substr(z+1,x-1);
 parent.location.href='index.htm?'+file;}
var d=document;
var pf=new Image;
pf.src='pfeil.gif';
var pu=new Image;
pu.src='punkt.gif';
var i=0;
function cl(nr)
 {var obj,bx="t",by=bx;
  for(i=1;i<13;i++)
  {parent.inh.d.images[i].src=pu.src;
   by=bx+i;
   obj = parent.inh.window.d.getElementById(by);
   obj.style.color = "blue";
   obj.style.backgroundColor = "#bbf0ff";
   obj.style.fontWeight = "normal"; }
  parent.inh.d.images[nr].src=pf.src;
  by=bx+nr;
  obj = parent.inh.window.d.getElementById(by);
  obj.style.color = "red";
  obj.style.backgroundColor = "yellow";
  obj.style.fontWeight = "bold";
  }
function bild(bnr)
 {var text="<HTML><HEAD><TITLE>Computer Club Kaufbeuren (KKK) e. V.<\/TITLE><\/HEAD>";
  text += "<BODY TEXT='#000000' BGCOLOR='#a0FFFF' STYLE='margin-top:2px; '>";
  text += "<CENTER><FONT SIZE='-1'>";
  text += "<A HREF='JavaScript:window.close(); '>";
  text += "Dieses Bild schließen<\/A><\/FONT><BR CLEAR=ALL \/><BR \/><IMG SRC='";
  text2 = "' BORDER='0' \/>";
  text2 += "<\/CENTER><\/BODY><\/HTML>";
  var st = "width=550, height=450, resizable=yes";
  var neuF = window.open("","neuF", st);
  neuF.moveTo(20,20);
  neuF.document.open("text\/html");
  neuF.document.write(text+bnr+text2);
  neuF.document.close();
  neuF.focus(); }
function datum()
{var now=new Date();
 var Text="<center><font size='-1'>&copy; 1985-"+now.getFullYear();
 Text +=", Computer Club Kaufbeuren (KKK) e. V., Kaufbeuren, ";
 Text +="<b>heutiges Datum: ";
 var x=now.getDate();
 if(x<10) Text +="0"+x+".";
 else Text +=x+".";
 var x=now.getMonth()+1;
 if(x<10) Text +="0"+x;
 else Text +=x;
 Text +="."+now.getFullYear()+"<\/b><\/font><\/center>";
 document.write(Text);}
/* 07.06.10 H.W. */