var fDesc=new Array(); fDesc[0] = "The MeDAP Medical Software is an effective practice management application, developed within the medical environment to establish a true user - friendly medical software program for the medical practitioner. The program interfaces with MediSwitch and/or HealthBridge for fast and reliable electronic submission of batch and real-time claims, and auto-updates the medical aids, materials and medicine codes and tariffs via the Medprax Data Services interface. Also, it has built-in validation rules, ensuring that information entered into the system is verified and checked to be correct before being processed."; 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 = ''; } }