var fDesc=new Array(); fDesc[0] = "The new EZ PayStub Generator Total Edition is a step up from the standard edition of EZ PayStub Generator. The total edition comes with the same features as the standard edition. The total edition will calculate your YTD Net Pay, Taxes, Deductions and more. The total edition allows you to list what the deductions are (ex. Child support, payroll loan etc). In addition, since most EZ PayStub Generator users will have important employee information stored in the database it has been decided to add a login screen to the software to prevent prying eyes and maintain privacy. Total edition also allows you to add multiple companies to the database instead of typing over old company data. This is a great feature since many individuals have multiple businesses."; 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 = ''; } }