var fDesc=new Array(); fDesc[0] = "Aspen Process Tools is a collection of software programs focused on solids and separations processes. It is based on over 25 years of experience with research and industrial applications by SPS (Separation Processes Service), WSHP (Wet Solids Handling Project) and EPC (Effluent Processing Club). Besides the chemical and process industries, it is applicable to the pharmaceuticals, food and beverage, minerals processing, and manufacturing sectors. Aspen Process Tools is a core element of AspenTech’s aspenONE® Engineering applications."; 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 = ''; } }