function trover(tr, cn) {
	tr.className='row-over '+ cn;
}

function trout(tr, cn) {
	tr.className=cn;
}