var fDesc=new Array(); fDesc[0] = "ProPlan is a production planning simulator. The product is an extremely powerful, yet user-friendly application that facilitates the optimization and planning of plant operations. An economic analysis together with flexible planning of products and or capacities may be conducted for the complete plant. ProPlan is OPC compliant and web enabled making it easy to access from anywhere in the world and integrate with third party applications."; 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 = ''; } }