a=new Array();
for(i=0;i<10;i++) a[i]=new Array(); // = Anzahl der Bilder

// Dateiname des Bildes, Alt-Text, Bild-URL
a[0][0]="bildb.jpg";
a[0][1]="Bildbände";
a[0][2]="http://192.168.1.23/index.php?cPath=28";

a[1][0]="augsburg.jpg";
a[1][1]="Augsburg";
a[1][2]="http://192.168.1.23/index.php?cPath=22";

a[2][0]="kinder.jpg";
a[2][1]="Kinderbücher";
a[2][2]="http://192.168.1.23/index.php?cPath=27";

a[3][0]="stadtf.jpg";
a[3][1]="Stadtfüher";
a[3][2]="http://192.168.1.23/index.php?cPath=22_98";

a[4][0]="fachb.jpg";
a[4][1]="Fachbücher";
a[4][2]="http://192.168.1.23/index.php?cPath=29";

a[5][0]="musik.jpg";
a[5][1]="Musikbücher";
a[5][2]="http://192.168.1.23/index.php?cPath=26";

a[6][0]="fussb.jpg";
a[6][1]="Fußballbücher";
a[6][2]="http://192.168.1.23/index.php?cPath=29_87";

a[7][0]="zfv.jpg";
a[7][1]="Geowissenschaften";
a[7][2]="http://192.168.1.23/index.php?cPath=30";

a[8][0]="fugger.jpg";
a[8][1]="Rund um die Fugger";
a[8][2]="http://192.168.1.23/index.php?cPath=22_47";

a[9][0]="kunst.jpg";
a[9][1]="Kunstbildbände";
a[9][2]="http://192.168.1.23/index.php?cPath=102";