function affImg(model, img){
	document.getElementById('photo_principale').src='img/photos/'+model+'/'+img;
}