var fDesc=new Array(); fDesc[0] = "The logbook will remember all places/cities and routes you enter and will complete your entry automatically the next time you use the same information.
You can not only register your business- and private tours, but also car costs, refuels etc. This way you can see with just one click how much a car costs per kilometer. Also the usage of gasoline is calculated automatically.
You have many fields to enter information like parking tickets, visit workshop, refuel, with date and kilometers. This way you can see per day what happened.
There are two ways to keep the tour book. In the normal mods you can changes/edit tours the way you like. In the Tax authority modus you can only change certain information and all changes will be visible for the tax authority.
Grafic statistics and several evaluations will give you information about the monthly costs and tours.."; 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 = ''; } }