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