var fDesc=new Array(); fDesc[0] = "To understand how ProcessModel can help you, think of your processes as a collection of resources that should work together in a efficient and effective manner. Each part of the process is related in some way, to every other part of the process. Together these pieces define the way your processes and company works. Now, what if you could easily reassemble all or part of the process to find ways to make the entire system run more efficiently and cost-effective? What if you could actually see which changes work and which ones fail by watching them run in the computer? That's what ProcessModel does . No risk, no disruption and no expense. ProcessModel provides an easy way to make better decisions."; 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 = ''; } }