var fDesc=new Array(); fDesc[0] = "Driving School can be used by Driving School Owners, Managers, Operators and Independent Instructors. Keep track of lessons and finances for all your instructors with one complete software system. Keeps all of your customer information and schedules organized so you can view them on a calendar and make quick changes at any time. You can select the desired object and drag it down to the end time required using the mouse, now you can quickly move jobs from one employee or team to another.

This modern and extremely handy program makes schedule management a real pleasure. It allows any specialist to create a profile to run a personal schedule. You can store an unlimited number of students. Maintain detailed information about your students like address, phones, email and much more. The calendar has an automatic search option and auto-completion of information about a student if it has ever been entered into the database."; 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 = ''; } }