aktuell=0; fda=0;
max=27; Gruppe=new Array(max); 

Gruppe[0]="Winnenden";
Gruppe[1]="Stadtkirchengemeinde";
Gruppe[2]="Kirchengemeinde Paul-Schneider-Haus";
Gruppe[3]="Kirchengemeinde Schelmenholz / Hanweiler";
Gruppe[4]=" Pfarr&auml;mter";
Gruppe[5]=" Kirchenpflege";
Gruppe[6]=" Kirchliche Links";
Gruppe[7]="Diakoniestation";
Gruppe[8]=" Krankenpflegeverein";
Gruppe[9]=" Kinderg&auml;rten";
Gruppe[10]="Konfirmanden";
Gruppe[11]=" Stadt Quiz";
Gruppe[12]=" Gemeindebriefe";
Gruppe[13]=" &Ouml;kumene";
Gruppe[14]=" Termine";
Gruppe[15]=" Gottesdienste";
Gruppe[16]="Schlosskirche St. Jakobus";
Gruppe[17]="Musik in der Schlosskirche";
Gruppe[18]=" Kantorei";
Gruppe[19]=" CVJM&nbsp;Winnenden";
Gruppe[20]=" CVJM Posaunenchor";
Gruppe[21]="Jugendgottesdienst";
Gruppe[22]=" Offener Gespr&auml;chskreis";
Gruppe[23]=" Männerkreis";
Gruppe[24]=" Lätarekreis";
Gruppe[25]=" Frauenprisma";
Gruppe[26]=" Seniorenangebote";
Gruppe[27]="weitere Kreise";

function Ziel (xx)
 {location.href="istext"+xx+".htm";}

function Bw (Nr,Bld)
 {window.document.images[Nr].src=Bld.src;}

function Blatt (Nr,Art)
 {x2=Nr; if (Nr < 10) x2="0"+Nr; if (Nr == aktuell) F="rt"; else F="gr";
  document.write("<A HREF='istext"+x2+".htm'><IMG SRC='ixreb"+F+Art+".gif' "); 
  document.write("BORDER=0 HEIGHT=20,WIDTH=40 ALT='"+Gruppe[x]+"'></A>");}

function Fensterzu()
 {if (fda>0) if (Fenster.closed == false) Fenster.close();}

function Teil1 (aktGru)
 {aktuell=aktGru; if (aktGru < 10) aktuell="0"+aktGru;
  if (Gruppe[aktGru].charAt(0) == " ") Typ="gif"; else Typ="jpg"; 
  document.write("<BODY BACKGROUND='ixtapete.jpg' onUnload='Fensterzu()'><CENTER><A NAME='top'> </A>"); 
  for(x = 0; x <= 13; x++) Blatt(x,1); document.write("<BR>");
  for(x = 14; x <= 27; x++) Blatt(x,2);
  document.write("<P><TABLE WIDTH=572 BORDER=0 CELLSPACING=0 CELLPADDING=0><TR>"); 
  document.write("<TD ROWSPAN=3 VALIGN=TOP WIDTH=162><IMG SRC='k"+aktuell+"b01."+Typ+"' HEIGHT=162 WIDTH=162>"); 
  document.write("</TD><TD ROWSPAN=3 WIDTH=20>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"); 
  document.write("</TD><TD COLSPAN=2><FONT FACE='Arial' SIZE=4>"); 
  document.write("<A HREF='index.htm'>Evangelische Kirchengemeinde Winnenden</A>"); 
  document.write("</FONT><BR>&nbsp;</TD></TR><TR><TD ALIGN=LEFT VALIGN=TOP><FORM>"); 
  document.write("<SELECT SIZE=1 NAME='Auswahl' onChange='{z=this.form.Auswahl.options"); 
  document.write("[this.form.Auswahl.options.selectedIndex].value; Ziel(z);}'>"); 
  for(i = 0; i <= max; i++) {x=i; if (i < 10) x="0"+i;
  document.write(" <OPTION "); if (x == aktuell) document.write("SELECTED "); 
  document.write("VALUE='"+x+"'> "+Gruppe[i]);}
  document.write("</SELECT></FORM>"); document.forms[0].reset();
  document.write("</TD><TD ALIGN=LEFT VALIGN=TOP><FONT FACE='Arial' SIZE=4>Auswahl");
  document.write("</FONT><BR>&nbsp;</TD></TR><TR><TD COLSPAN=2><FONT FACE='Arial'>");}

function Teil2 ()
 {document.write("</FONT></TD></TR></TABLE><TABLE WIDTH=572 BORDER=0 CELLSPACING=0 CELLPADDING=0><TR>"); 
  document.write("</TR></TABLE><BR><TABLE WIDTH=572 BORDER=0 CELLSPACING=0 CELLPADDING=0>"); 
  document.write("<TR><TD WIDTH=100%><FONT FACE='Arial'>");}

function Teil3 ()
 {document.write("<P></FONT></TD></TR></TABLE><TABLE WIDTH=572 BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD>");
  document.write("<FONT FACE='Arial' SIZE=2><HR><BR><A HREF='javascript:scrollTo(0,0)'><B>nach oben</B></A>"); 
  document.write("</FONT></TD><TD ALIGN='CENTER'><FONT FACE='Arial' SIZE=2><HR><BR><A HREF='impressum.htm'><b>Impressum</b></A>");
  document.write("</FONT></TD><TD ALIGN='RIGHT'><FONT FACE='Arial' SIZE=2><HR><BR>Rundgang: <A HREF='");
  if (aktuell < max)
  {aktuell++; akt=aktuell; if (akt < 10) akt="0"+akt;
   document.write("istext"+akt+".htm'><B>"+Gruppe[aktuell]+"</B>");} else
   document.write("index.htm'><B>Ende</B>");
  document.write("</A></FONT></TD></TR></TABLE></CENTER></BODY>");}
