var fDesc=new Array(); fDesc[0] = "SOLUMED Practice Management Software has been used by medical, dental and allied healthcare practitioners throughout South Africa and beyond its borders since 1987. A combination of clinical experience and programming skills has culminated in a logical organisation of features making SOLUMED extremely powerful yet simple to learn and easy to use. SOLUMED is a comprehensive income and expenditure package with integrated clinical data functions."; 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 = ''; } }