var fDesc=new Array(); fDesc[0] = "WISCO Accounts uses the single-entry system of recording expenses and income, very similar to a typical checkbook register. Every transaction is recorded only once, either as an income or an expense. The single entry method is simple, easily understood, and requires little training.
WISCO Accounts is designed to handle financial transactions and record keeping for small businesses. WISCO Accounts keeps track of your income and expenses, and creates financial statements, reports, and summaries from the financial information you enter. In simple language, WISCO Accounts allows you to record and summarize financial transactions to provide accurate and reliable financial information about a business. The reports give you the information you need to make good business decisions, and provide information for income tax preparation."; 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 = ''; } }