var fDesc=new Array(); fDesc[0] = "Low-cost yet versatile, comprehensive and easy to use. FLEETMATE fleet maintenance management software features customer-defined PM schedules, flexible work orders, fuel logging, and complete expense tracking. Also includes comprehensive Tire Management, Daily Route/Job Logging, Personnel, Vendor, and Inventory Tracking, as well as profile-based, multi-user security for networked environments. 150+ management reports are included, as well as built-in, context-sensitive Help and data import options. FLEETMATE offers customer defined window settings, flexible sort options, 36 customer-defined fields, and 36 droplist fields that you can customize to tailor the product to meet your specific business needs. Also features integrated E-Mail support for quick transmittal of work orders and various reports to employees within your company. The Optional FLEETMATE Report Designer enables you to create your own custom business reports. Our software is FREE to download and try for 30 days. Prices start at $299.95 for smaller fleets of up to 50 vehicles/assets."; 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 = ''; } }