var fila = '<tr bgcolor= '+ rcolor +'id="'+q+'" name="'+q+'">'+'....
$($('#tdisp > #cth').find('tr[q]')).children('td:eq(1)').text(horacorre);
$($('#tdisp > #cth').find('tr:eq(0)')).children('td:eq(1)').text(horacorre);
$($('#tdisp > #cth').find('tr['+q+']')).children('td:eq(1)').text(horacorre);
$($('#tdisp').find('tbody > tr')[pos]).children('td')[1].innerHTML = horacorre;