var fDesc=new Array(); fDesc[0] = "Sociometry computer program that provides calculating results of sociometric testing and helps in presenting data in suitable views. It includes sociomatrix, indexes, graph and target views for operating the sociometric data.
Sociometry can be useful for psychologists, human resources managers and educating teachers. If you frequently apply the sociometric method, then SociometryPro will significantly increase the effectiveness of your work."; 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 = ''; } }