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