var fDesc=new Array(); fDesc[0] = "1099-Etc is a program that allows you to prepare W-2s, all 1099s and many other forms for year-end payroll processing. You can transfer this data to the state and federal quarterly unemployment tax forms along with the year end W-2s and 1099s. 1099-Etc with the Payroll Module supports either "Live" or After-The-Fact Payroll."; 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 = ''; } }