function swapImage(start, file) {
	
	document.getElementById('prodimage').src = file;
		
}