function imgSwap(pic1,pic2) {
	document.getElementById(pic1).src = "img/" + pic2 + ".gif";
}