function kwdComment(obj){
if (obj.value == obj.defaultValue){
  obj.value = "";
  obj.style.color = "#000000";
}
}
