Salve a tutti

ho questo funzione che in Firefox funziona e in IE no:

function showPhoto (trElemnt){
if(isKeySent) return;

alert ("SIAMO DENTRO showPhoto");
var photoID = "";
var photoIDCell = trElemnt.cells[1];
alert("photoID 1 ->" + photoIDCell.textContent);


nell specifico con IE "photoIDCell.textContent" mi dice che undifined .

può qualcuno aiutarmi a risolvere il problama ?

Grazie