var fDesc=new Array(); fDesc[0] = "The Internal Family Systemssm model of therapy and the human mind, developed by Richard C. Schwartz, PhD., is based on the concept of multiplicity. We run our lives through an internal family of parts, or sub-personalities. Each of these parts may have one or more roles in the internal family, with their own beliefs, burdens, polarizations, alliances, etc."; 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 = ''; } }