function switchClass(tE, tC) { if (!tE) return false;
  tE.className=(tE.className && tE.className==tC)?'':tC; return true;
}
