// JavaScript Document for WIN MOTORS

function cambiaSrc(image, newSrc){
	image.src = newSrc;
	return 0;
}