var fDesc=new Array(); fDesc[0] = "Invoice Organizer Pro is a flexible invoicing and billing software for all kinds of professionals such as lawyers, artists, constructors, developers, consultants, field experts, designers, architects, accountants, programmers, consultants, landscapers, doctors, gardeners, ... our invoice software is for anyone who bills for labor and/or material.
The package has a separate module called Designer. With Designer you can modify Invoice solution or you can build your own."; 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 = ''; } }