var fDesc=new Array(); fDesc[0] = "iGrafx provides a single solution to unite your business around delivering business value. The iGrafx Origins release is a new version of iGrafx that brings all the capabilities you need to a next-generation web-based platform for process excellence. Additional business information capture, increased decision support and ease of process and enterprise modeling: all are integrated in one streamlined solution for company-wide accessibility from anywhere."; 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 = ''; } }