function new_bg(id,nbg){
    document.getElementById(id).style.background = "url('"+nbg+"')";
}