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

Equipment is the second highest expense in your company. MowerMeter helps you make smart decisions by telling you how much you have spent on repairs and maintenance (parts and labor) and allows you to make smart business decisions on whether it is time to purchase a replacement or continue to repair it."; 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 = ''; } }