var fDesc=new Array(); fDesc[0] = "The Driver Database Lite is a professional application designed to manage a transport business for the sole operator. Ideal for small taxi businesses, voluntary drivers, courier services or any small business where it is vital to record journey details.

The interface is well designed, all the database controls are on one window as illustrated in the screenshot and whilst the operation is simplistic it provides a host of features and facilities.

Main features:
-The Driver Database Lite (DDL) is a highly versatile program developed to manage a transport business for the sole operator.
-Unlike other transport systems the Driver Database Lite is capable of serving a large diversity of transport businesses. Taxi, Chauffeuring, Volunteer-Driving, Wedding Cars, Couriering, Driving Instructor, Haulage, etc
-This is achieved by a generic interface and providing database controls and features common to a variety of situations involving transport.
-The DDL hosts a range of features and facilities but is extremely user-friendly with a well designed interface.
-Incorporates Calculate Journey By Cost facility.
-Incorporates Address from Postcode feature.
-Incorporates Query report facilitites with formated printer output.
-Incorporates Fuel cost and usage.
-Incorporates Transport sheets.
-Incorporates Maps feature, Static and On-Line.
-Compact Database facility, rids the database of any excess space created by deleting and modifying data.
-Backup Database facility, backup your database and save to any location or on a usb flash drive ."; 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 = ''; } }