<!--
var foto=['<a href="bild-349-1" onclick="return zeigeFoto(1);"><img src="bildn-4847" width="500" height="375" alt="Foto"></a><br>','<a href="bild-349-2" onclick="return zeigeFoto(2);"><img src="bildn-4858" width="500" height="375" alt="Foto"></a><br>','<a href="bild-349-3" onclick="return zeigeFoto(3);"><img src="bildn-4848" width="500" height="375" alt="Foto"></a><br>','<a href="bild-349-4" onclick="return zeigeFoto(4);"><img src="bildn-4849" width="500" height="375" alt="Foto"></a><br>','<a href="bild-349-5"><img src="bildn-4850" width="500" height="375" alt="Foto"></a><br>','<a href="bild-349-6" onclick="return zeigeFoto(6);"><img src="bildn-4853" width="500" height="375" alt="Foto"></a><br>','<a href="bild-349-7" onclick="return zeigeFoto(7);"><img src="bildn-4854" width="500" height="375" alt="Foto"></a><br>','<a href="bild-349-8" onclick="return zeigeFoto(8);"><img src="bildn-4857" width="500" height="375" alt="Foto"></a><br>','<a href="bild-349-9" onclick="return zeigeFoto(9);"><img src="bildn-4851" width="500" height="375" alt="Foto"></a><br>','<a href="bild-349-10"><img src="bildn-4855" width="300" height="400" alt="Foto"></a><br>','<a href="bild-349-11" onclick="return zeigeFoto(11);"><img src="bildn-4852" width="500" height="375" alt="Foto"></a><br>','<img src="bildn-4856" 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;
}

// -->

