function mOvr(src) { if (src.onclick){ src.style.cursor = document.all?'hand':'pointer'; } src.style.backgroundColor = "#CCCCFF"; } 
function mOut(src) { src.style.cursor = "default"; if (src.className=="row1") { src.style.backgroundColor = ""; } else { src.style.backgroundColor = "#F4F4F4"; } }
