var fDesc=new Array(); fDesc[0] = "ProSimPlus is a process engineering software that performs rigorous mass and energy balance calculations for a wide range of industrial steady-state processes. It is used in design as well as in operation of existing plants for process optimization, units troubleshooting or debottlenecking, plants revamping or performing front-end engineering analysis.

ProSimPlus has many applications in industries such as chemical, pharmaceutical, petrochemical, oil, gas treatment, refining, specialty chemical, and in engineering companies. Its rich thermodynamic package and its flexible architecture allow the representation of almost all systems encountered."; 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 = ''; } }