// JavaScript Document

function showPic(whichpic) {
	var source = whichpic.getAttribute("href");
	var placeholder = document.getElementById("placeholder")
	placeholder.setAttribute("src",source);
}
function showPic2(whichpic) {
	var source = whichpic.getAttribute("href");
	var placeholder2 = document.getElementById("placeholder2")
	placeholder2.setAttribute("src",source);
}
function showPic3(whichpic) {
	var source = whichpic.getAttribute("href");
	var placeholder3 = document.getElementById("placeholder3")
	placeholder3.setAttribute("src",source);
}
function showPic4(whichpic) {
	var source = whichpic.getAttribute("href");
	var placeholder4 = document.getElementById("placeholder4")
	placeholder4.setAttribute("src",source);
}
function showPic5(whichpic) {
	var source = whichpic.getAttribute("href");
	var placeholder5 = document.getElementById("placeholder5")
	placeholder5.setAttribute("src",source);
}
function showPic6(whichpic) {
	var source = whichpic.getAttribute("href");
	var placeholder6 = document.getElementById("placeholder6")
	placeholder6.setAttribute("src",source);
}
function showPic7(whichpic) {
	var source = whichpic.getAttribute("href");
	var placeholder7 = document.getElementById("placeholder7")
	placeholder7.setAttribute("src",source);
}