var fDesc=new Array(); fDesc[0] = "iGrafx® FlowCharter® is the most full-featured, easiest to use process analysis and modeling tool available to help organizations understand and improve business processes. A graphical representation of processes allows people to easily comprehend information and quickly focus on the bottlenecks and issues in a process. Far more robust than generic charting products, iGrafx FlowCharter is the entry point in the iGrafx family of process excellence software solutions."; 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 = ''; } }