var fDesc=new Array(); fDesc[0] = "Complete Dynamics is a homeopathy software that comes with the Complete Repertory by Roger van Zandvoort. The Practitioner Edition (Windows Desktop) comes with modules for Case Management, Analysis, and Materia Medica. Besides the browsing and searching facilities, it enables you to do professional analysis of your cases. For advanced features, you can also purchase the Master Edition."; 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 = ''; } }