function rover(eItem) {
//  eItem.DefaultBgColor = eItem.style.backgroundColor;
  eItem.style.backgroundColor = "#808080";
}

function rout(eItem) {
//  eItem.style.backgroundColor = eItem.DefaultBgColor;
  eItem.style.backgroundColor = "#999999";
}
