var fDesc=new Array(); fDesc[0] = "Easily and quickly create invoices, quotes, delivery notes, order confirmations and reminders. Print or send invoices by email.

All your invoicing needs in one easy to use invoicing program. Invoices and quotes done in seconds. Clear overview of all documents and the entire billing process. Faktum Invoicing makes your administration considerably faster & easier.

You can import/export customer and product data easily to and from other programs with Excel. Create and send e-mails to groups of customers or your entire customer base. Keep stock, notes and different price lists."; 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 = ''; } }