function toonfoto(id,color){ document.getElementById('foto').src = 'img.php?i=albumfoto_bestand_'+id+'.bin&d=45&c='+color; } function init(color){ document.getElementById(color).style.top = ((document.documentElement.clientHeight - 700) / 2) + 'px'; }