startok=true;
ladok=false;
seiteneu=false;
xa=20; //H”he Titelbutton
xx=17; //H”he Normalbutton
xe=21; //Abstand letzter Button

//Buttonfeld mit Kennbuchstabe/Gruppe/H”he/Zustand(-1-weg,0-da,1-over,2-aktiv)
buttonfeld=new Array(18);
buttonfeld[0]=new Array('z','0',xe,'0','h','Herz-a.gif');

buttonfeld[1]=new Array('a','1',xa,'0','h','2amedign.jpg');
buttonfeld[2]=new Array('b','1',xx,'0','0','2agrafik.jpg');
buttonfeld[3]=new Array('c','1',xx,'0','0','2aillusn.jpg');
buttonfeld[4]=new Array('d','1',xe,'0','0','2aarchiv.jpg');

buttonfeld[5]=new Array('e','2',xa,'0','h','2alinks.jpg');
buttonfeld[6]=new Array('f','2',xx,'0','0','2asuchen.jpg');
buttonfeld[7]=new Array('g','2',xx,'0','0','2agesund.jpg');
buttonfeld[8]=new Array('h','2',xe,'0','0','2astelle.jpg');

buttonfeld[9]=new Array('i','3',xa,'0','h','2amensch.jpg');
buttonfeld[10]=new Array('j','3',xx,'0','0','2aanatom.jpg');
buttonfeld[11]=new Array('k','3',xx,'0','0','2aphysio.jpg');
buttonfeld[12]=new Array('l','3',xe,'0','0','2aflash.jpg');

buttonfeld[13]=new Array('m','4',xa,'0','0','2anews.jpg');

buttonfeld[14]=new Array('n','5',xa,'0','h','2acartoo.jpg');
buttonfeld[15]=new Array('o','6',xx,'0','h','2aimpres.jpg');
buttonfeld[16]=new Array('p','7',xx,'0','h','2akontkt.jpg');
buttonfeld[17]=new Array('q','8',xx,'0','h','2agast.jpg');

nummer=1;

basistext="Website für Anatomie und Physiologie des menschlichen Organismus in Wort und Bild   + + +   + + +   + + +   ";

function aktbutton(seite)
  {
//  alert('aktbutton auf Seite '+seite+' rausnehmen');
  }

function setbuttons()
  {
  for(i=0; i<buttonfeld.length; i++)
    {
    if (document.layers)
      top.frames["Steuerung"].document["button"+buttonfeld[i][0]].src = eval('"button'+buttonfeld[i][0]+buttonfeld[i][3]+'.gif"');
    else top.frames["Steuerung"].document["button"+buttonfeld[i][0]].src = eval('"button'+buttonfeld[i][0]+buttonfeld[i][3]+'.gif"');
    }
  }

