var fDesc=new Array(); fDesc[0] = "QPR Process Xpress is a powerful, repository-based desktop Business Process Modeling and Analysis tool, aimed at business professionals that seek a powerful means for managing business process information without having to compromise on ease of use. Business users often find themselves stuck with tools that lack adequate process design support. QPR ProcessXpress 8.1 offers them a user-friendly solution that provides all the productivity features of high-end process management tools in a competitively priced package."; 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 = ''; } }