//OnMouse table change backgroundColor
function OMOver(OMO){OMO.style.backgroundColor='#eeeeee';}
function OMOut(OMO){OMO.style.backgroundColor='';}