function fond(img) {
fdi=document.getElementById("fond").style
url="url(fd"+img+".png)"

fdi.backgroundImage= url


}