function flashMe(eSrc,sB) {
eSrc.style.fontWeight=sB
}
function flashcell(tblcell, sColor) {
tblcell.style.background=sColor

}
function flashback(tblcell, sColor) {
tblcell.style.background=sColor
}
function flashfont(tblcell, sColor) {
tblcell.style.color=sColor
}

