function cmpRowVerse(a, b) { a = a[global.sortcell], b = b[global.sortcell]; try { return (a <= b) ? (a == b) ? 0 : 1 : -1; } catch(e){return 0;} }