
function swimg(id,img){
var newsrc = 	'./autodrgi/img/' + img + '.jpg';
document.getElementById(id).src = newsrc;
}


function Xswimg(id,img){
var newsrc = 	'./autodrgi/img/' + img + '.jpg';
document.getElementById(id).src = newsrc;
}

