var fDesc=new Array(); fDesc[0] = "The software controls sales, helps avoid frauds, keeps the entire statistics, prints invoices, tickets, receipts and other relevant statistic data. The software manages complete accounting and some of the features are shown below:
-Generate and print tickets for passengers ( luggage)
-Each ticket has an ID. Luggage ID also generated
-Sales are automatically saved and cannot be manipulate
-Only administrators with special passwords can check daily, monthly sales
-Passengers' data are saved for sometime to verify any fraud
-Data for each worker on the system saved
-Easily launch promotion in your agency to attract customers
-Possible to use without a printer"; 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 = ''; } }