var fDesc=new Array(); fDesc[0] = "Proteus CMMS is an easy-to-use, full-featured maintenance and asset management software system that helps companies increase their return on investment while decreasing the cost of operation.
Proteus integrates the following functions:
• work order management
• asset and location management
• inventory/parts tracking and procurement
• labor tracking
• purchasing
• reporting
• Building Automation System/Building Management System integration"; 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 = ''; } }