var fDesc=new Array(); fDesc[0] = "The AT&T Divestiture Basis Tracker presents in a summary how many shares you own and at what cost for AT&T, Alcatel-Lucent, Avaya (sold 10/25/2007), NCR, Teradata Corporation, CenturyLink, Vodafone, LSI Logic, Comcast Corporation, Frontier Communications and Verizon.

If you want to know how the tax basis, number of shares and cost per share on that summary were arrived at, a detailed report will trace each security, transaction by transaction.

Use this program to determine the historical stock cost basis for the AT&T family of securities. This program has the basis history - mergers, splits, spin - offs, etc. - since December, 1963."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }