// JavaScript Document
function imageSwap (image) {
		document.getElementById('manufacturersHome').innerHTML='<img src="' + image + '.jpg" />';
	}