function changeBgImage (image , id) {
  document.getElementById(id).style.backgroundImage = 'url('+image+')';
}
// JavaScript Document
