var fDesc=new Array(); fDesc[0] = "Having dependable, reliable transportation is something we all need. And when it comes to our car, any breakdown will end up throwing us for a loss of time and money. The best way to avoid problems is to stay on top of “simple things” like changing the oil and rotating the tires. That may be easier said than done…until now.

Vehicle Manager consists of four sections (tabs) where you can record relevant information: Details, Insurance, Dealer and Notes.

Along with entering basics such the name of the car, its vehicle ID number, your insurance policy number and coverage details, specifics about the dealership where you purchased your car, you can also enter auto repair and maintenance history, fuel, trip, or other expenses by using Vehicle Manager’s simple-to-follow text boxes.

The real value comes once Vehicle Manager has accumulated some history about your car. Then it can help you be more proactive by giving you a reminder when it is time to have your car serviced. It also provides a quick rundown of stats related to fuel economy and expenses incurred."; 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 = ''; } }