var fDesc=new Array(); fDesc[0] = "Qualrus is a qualitative data analysis tool distinguished by its quick learning curve, unparalleled coding efficiency and flexible scripting language.
Intelligent coding advice: learns your coding trends as you go, making your data analysis faster, easier and more reliable.
Complex searches for segments, codes, sources, paragraphs, or sentences having specific characteristics based on Boolean combinations of codes and text"; 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 = ''; } }