function doit(obj) {
  obj.style.cssText='background-color: #FFFFFF;border-color: #FFFFFF #666666 #000000 #FFFFFF'
}

function undoit(obj) {
  obj.style.cssText='';
}