var fDesc=new Array(); fDesc[0] = "In ePrompt software you can do all back office work. Start from Inquiry, Lead Management, Inquiry Follow Up & Reminder, Quotation Preparation, Booking, Auto/Manual Purchase & Purchase Return, Domestic & International Air Ticket Invoice, Railway & Bus Invoice, Hotel Voucher & Invoice, Transport Voucher & Invoice, Excursion Voucher & Invoice, Package Invoice, Group Tour (Itinerary, Schedule, Booking, Allocation, Quotation, Voucher & Credit Note), Rent A Cab (Vehicle Category, Vehicle Master, Vendor Master, Tariff Master, Employee Master, Reservation, Duty Slip, Close the Duty, Invoice, Fuel Average, Maintenance), Passport & Visa Fees Invoice and Credit Note etc.services"; 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 = ''; } }