var fDesc=new Array(); fDesc[0] = "DYNSIM is a comprehensive, dynamic process simulation program that enables users to meet and beat the dynamic challenges of designing and operating a modern process plant safely and profitably. It expedites your comprehensive engineering workflow: design, operational analysis, dynamic simulation, operator training, plant performance improvement to reduce capital investment costs, improve process yields, and enhance management decision support while leveraging your existing technology investments."; 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 = ''; } }