// ##### form ####
function fActivate(whitch) {
  whitch.style.border="1px solid #666666";
  whitch.style.backgroundColor="#C3C3C3";
  //  whitch.className="***";
}
function fDeactivate(whitch) {
  whitch.style.border="1px solid #A9A9A9";
  whitch.style.backgroundColor="#D2D2D2";
}
