function mov(src,clro) {
if (!src.contains(event.fromElement)) {
 src.style.cursor = 'hand';
 src.bgColor = clro;
}
}

function mot(src,clri) {
if (!src.contains(event.toElement)) {
 src.style.cursor = 'default';
 src.bgColor = clri;
}
}

function mcl(src) {
if(event.srcElement.tagName=='TD'){
 src.children.tags('A')[0].click();
}
}
