// JavaScript Document for infozuil meetjesman //
function showFoto(whichpic) {
	var source=whichpic.getAttribute("href");
	var detailfoto=document.getElementById("detailfoto");
	detailfoto.setAttribute("src", source);
	}
	

