var fDesc=new Array(); fDesc[0] = "Disruptions from power failures, equipment repairs, and unauthorized program changes problems can wreak havoc on productivity. Think of WebWare as an insurance policy to minimize downtime. WebWare is a software product that allows you to be in control of your production data.WebWare offers an efficient manufacturing support system designed to facilitate a wide range of production management tasks. This comprehensive software solution is 100% web based to enable local and remote access to plant wide production information using a standard Internet browser."; 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 = ''; } }