 function _splash_in(row)
 {
 if (row.style.backgroundColor != "#CAD9CA") 
 {row.style.cursor = "pointer"; row.style.backgroundColor = "#CAD9CA"; }
 return true;
 }
 function _splash_out(row)
 {
 if (row.style.backgroundColor != "#E4EBE4")
 {row.style.cursor = "pointer"; row.style.backgroundColor = "#E4EBE4"; }
 return true;
 }