function setbgColorIE(obj,color){
  obj.style.backgroundColor = color;
}
function gotoLocation(loc) {
  window.location.href = loc;
}

