//OnMouse table change backgroundColor
function OMOver(OMO){OMO.style.backgroundColor='#ffffcc';}
function OMOut(OMO){OMO.style.backgroundColor='';}
//當滑鼠在表格上時會變色
