var fDesc=new Array(); fDesc[0] = "Simio is a program that offers you a rapid modeling framework so you can quickly evaluate alternatives to reduce risk and maximize the impact of your investments in new equipment or processes. Simio provides a true object-based 3D modeling environment which lets you construct your 3D model in a single step from a top-down 2D view and then instantly switch to a 3D view of your system.

The rapid modeling framework in Simio allows you to quickly evaluate scenarios. With its easy to use interface, beginners can easily load the software and begin use. Simio Personal Edition puts no limits on what you can model and is fully functional for small models (up to 5 models, 30 objects and 30 steps)"; 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 = ''; } }