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