function start(){
loop()
}

speed = 0
function loop(){
if (document.getElementById("fotodir")){
document.getElementById("fotodir").scrollTop += speed
setTimeout("loop()",10)
}}

function nks(){
// DOE NIKS IVM DIE ACHTERLIJKE SCROLLPIJLEN!!!
}


