style.paddingLeft = '3px';
setAttribute('onclick', function() {
oListView.selectedRow(this.parentNode.rowIndex);
});
setAttribute('ondblclick', function() {
oListView.showSelected(this.parentNode.rowIndex);
});
innerHTML = new String(' ');
}
_tableTr.appendChild(_tableTd);
_tbody.appendChild(_tableTr);
}










