var fDesc=new Array(); fDesc[0] = "AgExpert Analyst is user-friendly and intuitive,
which reduces the need for you to have a finance background. Its transaction entry system automatically handles complex entries such as adjustments to inventory accounts and splitting the percentage of business and personal expenses. Why this sofware is best for all:start using the software right away with a fast and easy setup wizard, customizable to your operation;save time, money and effort in tracking your income and expenses;organize your cash flow and finances so you can focus on managing your operation and making good business decisions;use built-in automated payroll and an automated payroll module to automatically calculate all source deductions."; 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 = ''; } }