var fDesc=new Array();
fDesc[0] = "Hompath Classic is a complete repertorisation module. It is a fast and efficient repertorisation module with 29 repertories including Complete Repertory, Kent, Boericke, Boenninghausen Clarke,Special Repertories, etc.
Main Features:
- Quick Repertorisation - the instant repertorisation
- Converting Materia Medica to Repertory,Symptom forwarding,creating customized repertory etc.
- Fast, intelligent and powerful search through the entire database of repertories,
- Large number of smart, intelligent and practical Repertorisation strategies.
- Remedy Analysis by kingdoms and group remedy analysis";
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 = '';
}
}