var fDesc=new Array(); fDesc[0] = "SysCAD is a robust and versatile process plant modelling package. There are a number of applications for the SysCAD dynamic mode, including detailed evaluation of plant behavior, production planning, and surge & availability analysis. SysCAD is used throughout the life cycle of a project, from feasibility studies to plant design, control system design & testing, commisioning, in-plant process optimisation, planning and as an operations tool."; 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 = ''; } }