// JavaScript Document
function vervang(foto, foto_naam) {
foto.src = '/afbeeldingen/buttons/' + foto_naam + '.jpg';
}

