function ShowAll() { } function ShowNone() { } function LoadZoom(image, title) { document.getElementById('ZoomArea').innerHTML = '

' + title + '

Drucken
[X]
'; } function CloseZoom() { document.getElementById('ZoomArea').innerHTML = ''; }function bildwechsel_starten() { bildwechselthread = setInterval("bildwechsel()", 5000); } function bildwechsel() { zufall = Math.random(); zufall = zufall * 2; zufall = Math.round(zufall); document.getElementById("wechselndesbild").src = "images/" + zufall + ".jpg"; }