var fDesc=new Array(); fDesc[0] = "NY Sales Tax Preparer 2011 calculates and prints Quarterly, Part-Quarterly, and Annual New York Sales Tax Returns.
Forms and schedules are filled in onscreen for fast and easy data entry. The program automatically computes the taxes and vendor collection credit and generates complete sets of forms and schedules in minutes."; 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 = ''; } }