var fDesc=new Array(); fDesc[0] = "Qualitative Comparative Analysis (QCA) is a new analytic technique that uses Boolean algebra to implement principles of comparison used by scholars engaged in the qualitative study of macro social phenomena. By formalizing the logic of qualitative analysis, fsQCA makes it possible to bring the logic and empirical intensity of qualitative approaches to studies that embrace more than a handful of cases -- research situations that normally call for the use of variable-oriented, quantitative methods."; 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 = ''; } }