var fDesc=new Array(); fDesc[0] = "Yasper is a tool for modeling and simulating stepwise processes.

Yasper was designed to make it easy to model and simulate typical workflow processes.

Yasper uses extended Petri nets as its modeling technique. Petri nets describe a process by means of transitions (steps in the process) and places (conditions that hold before and after steps). It is precisely defined what execution can do, which makes analysis and simulation very useful."; 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 = ''; } }