var fDesc=new Array(); fDesc[0] = "The Truckers Helper is a trucking software that helps you with all aspects of driving, owning and managing of trucking business. The program offers quick and easy access to all the forms and reports you need.
To save your time, the trip sheet allows you to enter all of your trip, mileage and expense information using the familiar trip sheet format. This greatly simplifies your data entry and eliminates the need to make individual entries in the accounting and mileage reporting sections.
The program includes a full featured log verification program for use by drivers and small fleet owners. You can use the program to be sure that your logs (or your driver's logs) are legal. The program includes a DOT acceptable log page that can be used to keep your logs in the computer. This page can be printed out, as can the monthly recap. The program also includes automatic log letters for small fleet owners.
Features:
-Trip Reporting using the familar trip sheet format.
-Settlement Reconciliation simplifies entering your income.
-Log Master eliminates log errors."; 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 = ''; } }