var fDesc=new Array(); fDesc[0] = "Big Red Book Payroll is a program that allows you to roll back pay runs on individual employees, giving you the flexibility that you need to run your business and comply with Revenue regulations. You can also print periodic reports and revenue forms to keep you up to date critical staffing information, analyze your pay run by department to get the most in depth information."; 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 = ''; } }