var fDesc=new Array(); fDesc[0] = "ProM is an extensible framework that supports a wide variety of process mining techniques in the form of plugins. Process mining is a process management technique that allows for the analysis of business processes based on event logs. The lite version only contains the most typical packages and plugins, and it allows the user to select whether to install new packages and/or updates when starting."; 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 = ''; } }