function changeBgcolor(target, color){
   document.getElementById(target).style.backgroundColor=color;
}
