var fDesc=new Array(); fDesc[0] = "Health Professionals use this software to organize and run their practices. All Client details, progress reports, attendance and payment details are stored in a database. Overdue accounts are revealed at the press of a button. Professional invoices are created and printed for your clients. This is an essential tool for all Health Professionals and allows them to spend more time doing what they do best, looking after their clients."; 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 = ''; } }