var fDesc=new Array(); fDesc[0] = "Invoice2go is the ready-to-go software for creating invoices, purchase orders, quotes and all types of business documents. If you have ever used a complex accounting program you will know how time consuming and frustrating they are to understand. Invoice2go is not a complex accounting program. There is no need to understand accounting. Invoice2go produces professional Invoices and other business documents with virtually no learning curve."; 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 = ''; } }