var fDesc=new Array(); fDesc[0] = "EquipmentDr is equipment maintenance software with repair tracking, also know as CMMS (Computerized Management Maintenance Software). EquipmentDr allows you to enter all of your equipment with all its information in an easy-to-use software application.

Main Features:
- Tracks equipment serial numbers & model numbers
- Tracks equipment purchase dates & warranty information
- Tracks & Schedules services for each piece of equipment
- Shows preset and customized reports
- Handles regular equipment maintenance with ease, as well as unexpected or one time repairs
- Assigns equipment to a crew and tracks damages
- Checks equipment in and out so you know who has it
- Allows you to hold crews accountable for their own equipment ."; 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 = ''; } }