var fDesc=new Array(); fDesc[0] = "ProModel is discrete event simulation software, used for evaluating, planning or designing manufacturing, warehousing, logistics and other operational and strategic situations.

To understand how ProModel can help you, think of your facility as a collection of resources that are intended to function together in a cost-effective manner. Each person and piece of equipment is related to every other component (by coincidence or convenience). Together they define the way your facility works. Now, what if you could dissemble all or part of the factory and reconfigure the pieces to find ways to make the entire system run more efficiently? What if you could actually see which new configurations work best and which ones fail by watching them for a week, a month or a year on a trial basis? ProModel lets you do just that."; 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 = ''; } }