function showPicture(whichpicture) {
	var source = whichpicture.getAttribute("href");
	var placeholder = document.getElementById("placeholder");
	placeholder.setAttribute("src",source);
}