function ShowImage(gallerynummer,thumb){	var imageGroot = document.getElementById(gallerynummer + '_Groot');
	imageGroot.src = thumb.src.replace(/_klein/g,"_middel");
}