var fDesc=new Array(); fDesc[0] = "Business2Go Standard is an integrated accounting system for small and medium sized businesses. Business2Go Standard includes: customers, quotations, sales orders, invoices, credit memo, receivables management, backorder management, vendors, purchase orders, receipts, debit memo, bills, payables management, inventory control, physical and non-physical inventory, assembly, stock replenishment, banking, bank reconciliation, general ledger, expanded reporting and analysis capabilities with over 100 reports, e-mailing/exporting reports, a simple e-mail client, and security features. Sample and initial data is provided."; 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 = ''; } }