var fDesc=new Array(); fDesc[0] = "The comprehensive system for managing your car pools

- Fast access via the Internet, easy handling from any computer
- Direct control of all processes connected to your fleet
- Statistical analysis and mature interfaces

How it works: Once the driver has selected the vehicle criteria, EBuS finds the optimum vehicle and confirms the reservation on the screen, by e-mail or SMS. If the optimum vehicle is not available, our software proposes alternatives based on rules you define.

The vehicles are selected using a georeferencing process. This way the vehicles closest to the driver's position are proposed for reservation first. A quick glance at the displayed map makes it easy for your drivers to find the required vehicle. However, web access is not always required: Vehicles can also be booked by telephone or at the vehicle itself (instant access)."; 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 = ''; } }