function toelichting(picCode){
 var div = document.getElementById('mydiv');
 div.innerHTML = picCode;
}
