Is using a timer out of the question?
document.body.style.cursor = "progress";
setTimeout(function()
{
SortTable(cell.cellIndex, dir, sortType);
document.body.style.cursor = "auto";
}, 10);
Greg
2009-03-12 20:23:34