var fDesc=new Array(); fDesc[0] = "Software to create Invoices very easy in just one minute. Send your invoices with email or print it out on paper. You can learn to work with it very fast. The integrated onlinehelp gives you all information you need.
. easy to use
. create quick invoices
. send invoices by email
. archive invoices
. print companylogo on bill
. usable for every country
. reprint invoices
. save invoices as PDF
. define own VAT
. admin customers
. admin items
. watch customer selling
. Invoices with ot without VAT
. autosave database
. add itempictures
. integrated help
and much more.
Useable for a lot of companies"; 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 = ''; } }