function SetBG(color)
{
   var obj = document.getElementById("setBG");
   obj.style.background=color;
}