function imageSwap(id, image){
	document.images[id].src = image;
}

