var fDesc=new Array(); fDesc[0] = "Program installed on your work station or company server for sending invoices. In order to start sending e-invoices via Basware Virtual Printer, you must first download the Basware Message piece of software on your computer. As a prerequisite for the service setup you must collect 5-10 test invoices that represent different invoice types you use. After the Message software is installed you must send the test invoices to Basware and let the delivery team map your invoice fields in the service. Once the service is set-up all you need to do is add your customer’s e-invoice address in your invoices and choose Basware Message as 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 = ''; } }