var fDesc=new Array(); fDesc[0] = "Create orders, invoices & quotes with ease - simply type what you want to charge or pick from saved item list. Track debtors and the heartbeat of your business with many custom reports.

The Scrambled Card Company's invoiceit! invoicing & billing software is an easy-to-learn invoice program, with ALL the features you need for your business. It is not just an invoice software or billing software but it can also manage your inventory and accounting"; 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 = ''; } }