this.id
this
function mark(Obj) { Obj.className = 'hover'; } /*Сделать не выделенным*/ function not_mark(Obj) { Obj.className = 'not_hover'; }