function swapImage(id,image) {
	document.getElementById(id).src=image;
}
