var fDesc=new Array(); fDesc[0] = "If you’re in need of a world class, powerful, and extremely easy to use Computerized Maintenance Management system then you don’t need to look any further. The Maintenance Coordinator applications are designed not to just meet these requirements but to exceed them in many ways.
his package allows you to schedule recurring maintenance, repair maintenance, perform purchasing and inventory control activities, maintain complete maintenance histories and so much more. Each module in this system also includes their own sets of reports, and makes use of report wizards as often as possible to allow the creation of some fairly custom reports."; 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 = ''; } }