// JavaScript Document
function swap(which, img){
	document.getElementById(which).src="images/"+img
}