var fDesc=new Array(); fDesc[0] = "TaxWise is targeted for the accounting firm that is looking to grow and wants to position itself in an efficient manner with a complete business solution that is fully integrated and streamlined.
TaxWise is designed to deal with and manage large numbers of returns, and since the speed of data entry is important, the emphasis is on minimizing number of keystrokes and instructions to read during tax preparation."; 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 = ''; } }