var fDesc=new Array(); fDesc[0] = "APES is a software tool that visualizes process data of all kinds and thereby transforms qualitative case study data into quantifiable data that can be used for a systematic comparative assessment of processes.

APES was initially used by political scientists specialized in the analysis of public policy processes in terms of qualitative case studies. However, APES can be used in all areas where process data is gathered and needs to be analyzed and evaluated in a simple and efficient way."; 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 = ''; } }