 function color(id)
    {

    	document.getElementById('auto').src='/media/'+id+'.jpg';

		return true;
    }
