var fDesc=new Array(); fDesc[0] = "Digita Personal Tax software is the most established member in the Professional Suite offering a spectrum of powerful tools enriching the processes for personal, partnerships, trust and estates tasks. Three times winner of the Taxation LexisNexis Best Tax awards and certified for Windows Vista, this elite personal tax software is integral to businesses from sole practitioners to Top 4 partners."; 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 = ''; } }