var fDesc=new Array(); fDesc[0] = "SIM4MEis an integration application that facilitates the powerful combination of SimSci-Esscor’s various process simulation products, including PRO/II, VISUAL FLOW, INPLANT, PIPEPHASE, and ROMeo/ARPM, with Microsoft® Excel. SIM4ME Portal creates an Excel spreadsheet that is linked to a chosen simulator, allowing the bidirectional transfer of applicable variables. The Portal allows a user without simulation experience to interact with the simulator through an Excel spreadsheet without necessitating prior knowledge or experience with the simulation software."; 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 = ''; } }