var fDesc=new Array(); fDesc[0] = "For those self-employed persons, freelancers and small companies, who are in need of a simple and userfriendly program to create invoices. With the program Invoice for Windows you can save yourself a lot of work. The program is easy to use and therefore appropriate for beginners. Invoice consists of a complete address / customer organiser. Per customer you can see all invoices, payments and reminders. A memo field enables you to add more specific information to a customer. Your articles are saved in the article manager. If you have you articles in CSV-format, it's easy to import your articles into Invoice."; 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 = ''; } }