<!--
var foto=['<a href="bild-346-1" onclick="return zeigeFoto(1);"><img src="bildn-4807" width="500" height="375" alt="Foto"></a><br>','<a href="bild-346-2" onclick="return zeigeFoto(2);"><img src="bildn-4808" width="500" height="375" alt="Foto"></a><br>','<a href="bild-346-3" onclick="return zeigeFoto(3);"><img src="bildn-4809" width="500" height="375" alt="Foto"></a><br>','<a href="bild-346-4" onclick="return zeigeFoto(4);"><img src="bildn-4810" width="300" height="400" alt="Foto"></a><br>','<a href="bild-346-5"><img src="bildn-4811" width="300" height="400" alt="Foto"></a><br>','<a href="bild-346-6" onclick="return zeigeFoto(6);"><img src="bildn-4812" width="300" height="400" alt="Foto"></a><br>','<a href="bild-346-7" onclick="return zeigeFoto(7);"><img src="bildn-4813" width="300" height="400" alt="Foto"></a><br>','<a href="bild-346-8" onclick="return zeigeFoto(8);"><img src="bildn-4814" width="300" height="400" alt="Foto"></a><br>','<img src="bildn-4806" width="500" height="375" alt="Foto"><br>'];
function zeigeFoto(nr) {
 var start=Math.floor(nr / 5)*5;
 if(nr>start+5) return true;
 if(!document.getElementById) return true;
 for(var i=start;i<start+5;i++) {if(document.getElementById("foto"+i)) document.getElementById("foto"+i).className=""; }
 if(start==0) {document.getElementById("fotoI").className=""; }
 document.getElementById("foto"+ nr).className="selected";
 document.getElementById("foto").innerHTML=foto[nr];
 return false;
}

// -->

