function showPic2(pic, div) {
	var placeholder = document.getElementById(div);
	placeholder.setAttribute("src", pic);
}