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