function over (obj) {
 //obj.className = 'td_hover';
}
function out (obj) {
 //obj.className = 'td_all';
}