<!--
var foto=['<a href="bild-350-1" onclick="return zeigeFoto(1);"><img src="bildn-4865" width="500" height="375" alt="Foto"></a><br>','<a href="bild-350-2" onclick="return zeigeFoto(2);"><img src="bildn-4860" width="300" height="400" alt="Foto"></a><br>Wir bedanken uns herzlich bei allen Kuchenspendern.','<a href="bild-350-3" onclick="return zeigeFoto(3);"><img src="bildn-4861" width="500" height="375" alt="Foto"></a><br>','<a href="bild-350-4" onclick="return zeigeFoto(4);"><img src="bildn-4862" width="500" height="375" alt="Foto"></a><br>','<a href="bild-350-5"><img src="bildn-4863" width="500" height="375" alt="Foto"></a><br>','<img src="bildn-4864" width="300" height="400" 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;
}

// -->

