var fDesc=new Array(); fDesc[0] = "ProModel is a discrete-event simulation technology that is used to plan, design and improve new or existing manufacturing, logistics and other operational systems. It empowers you to accurately represent real-world processes, including their inherent variability and interdependencies, in order to conduct predictive analysis on potential changes."; 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 = ''; } }