var fDesc=new Array(); fDesc[0] = "The new EFTPS Batch Provider Software is designed for tax professionals that prepare and pay federal taxes for clients or multiple Taxpayer Identification Numbers (TINs).
You can set roles and responsibilities for multiple users of the software, receive email messages or notifications, and use a built-in calendar to help keep track of payment due dates, holidays, and communications with other users of the software."; 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 = ''; } }