

// ##### form ####
function fActivate(whitch) {
  whitch.style.border="1px solid #999999";
  whitch.style.backgroundColor="#3C3C3C";
  //  whitch.className="***";
}
function fDeactivate(whitch) {
  whitch.style.border="1px solid #3C3C3C";
  whitch.style.backgroundColor="#2D2D2D";
}


