var fDesc=new Array(); fDesc[0] = "Reckon Accounts Premier Edition 2014 is a program that provides a functionally-rich, accounting package that is tailored to meet the unique needs of growing businesses. You can choose from 7 industry editions and 21 Charts of Accounts, stay on top of receivables and payables, and manage payroll, inventory and multiple currencies."; 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 = ''; } }