var fDesc=new Array(); fDesc[0] = "Fleet Maintenance Pro Standard makes it easy to track and organize preventive and repair maintenance information on your fleet of vehicles and equipment. In addition it helps you organize your equipment information, Fleet Maintenance Pro will also automatically calculate and report maintenance due for your fleet. When you start Fleet Maintenance Pro, automated and color-coded PM (preventive maintenance) alerts instantly show you which vehicles and equipment are due for service at all times. You can setup your own preventive maintenance criteria in Fleet Maintenance Pro so it automatically notifies you when the maintenance intervals you specify are reached."; 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 = ''; } }