var fDesc=new Array(); fDesc[0] = "The main benefit of 'PPM' is that it is a fully integrated system which saves a great deal of administration time. You will also benefit because financial controls will improve cash flow and reduce debts. Listed below are the main features:
-The speed of being able to produce invoices, statements and reminders.
-Full integration with Word, only the body of the letter/report needs to be typed.
-Single keying of any item of data.
-All financial information is instantly to hand.
-Immediate access to Aged Debtors position.
-Production of year-end financial reports for presentation to the practice accountant.
-Ability to analyse Procedures carried out and Diagnoses made.
-Dedicated section for Medico-Legal reports.
-Meets the specification required for sending claims via the Internet (EDI).
-Has an integrated Diary/Scheduler.
-Has the facility to scan in documents, digital photographs etc."; 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 = ''; } }