var fDesc=new Array(); fDesc[0] = "Idiogrid is software for administering, managing, and analyzing different types of self-report data. It was originally designed around George Kelly's repertory grid technique but has been developed to include person-centered and questionnaire methodologies employed by researchers from a wide variety of domains (e.g., personality psychologists, self-concept researchers, clinical psychologists, market researchers, and sociologists). Idiogrid is currently in use by hundreds of clinical psychologists, psychological researchers, and marketing/business consultants in dozens of countries from around the world."; 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 = ''; } }