var fDesc=new Array(); fDesc[0] = "Easy invoice is an automatic and flexible solution for electronic invoicing, invoice services, invoice mortgages and print-outs.

Easy Invoice connects the invoice sender and the recipient by:
1. translating your invoice to your chosen format (e-invoice, invoice mortgage, printing etc)
2. sending your invoice (for e.g. to your bank)
3. archiving your invoice
Easy Invoice is automatically integrated in your invoice system. Without any settings you can install and use Easy Invoice yourself. EasyInvoice is installed and used just like a printer."; 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 = ''; } }