function changetint(imgname) {

	document.getElementById("car").src=imgname;
	
}