var fDesc=new Array(); fDesc[0] = "AccuProcess Modeler is a visual, easy-to-use business process modeling software product that helps business people design, document, simulate and improve their business processes. It supports visual designing and creating of business process flowchart diagrams and process maps in an easy and intuitive manner. The program provides business process simulation capability to help users better understand and analyze their processes. As with the rest of this product, this capability is also quite intuitive and easy-to-use even for novice users."; 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 = ''; } }