var fDesc=new Array(); fDesc[0] = "Keep track of your vehicle maintenance schedules and costs. Import invoices and bills to the database and add photos of your vehicles, boats, motorbikes, and even your quads.

Print out any or all vehicle reports and history for a full account of work done to your precious vehicles. Get a full cost summary and report of all costs per vehicle.

This application has it all, it will make your life much easier when searching for that lost invoice or bill for future reference or to handle a dispute with your workshop.

No Java or DotNet required, Green Energy Software."; 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 = ''; } }