function ParaIn(CaoPhong) {
  CaoPhong.style.backgroundColor="d2d2d2";
}
function ParaOver(CaoPhong) {
  CaoPhong.style.backgroundColor="8f8f8f";
}
function ParaOut(CaoPhong) {
  CaoPhong.style.backgroundColor="d2d2d2";
}

