var fDesc=new Array(); fDesc[0] = "Galileo Fee Manager allows travel agents to more efficiently and effectively calculate services fees based on the content of the PNR and the service fee rules set by the agency.

When the agency’s schedule of fees are loaded into the Galileo system, bookings are scanned and updated with the applicable fees.

Features:
-A percentages of a filed fare.
-Tell the difference between Domestic, Trans Tasman and International itineraries.
-Charge per segment and/or per passenger.
-Record fees for sundry activities like visa applications, foreign currency purchases and couriers charges.
-Apply one set of dollar amounts for walk in customers and a different set of rules and dollar amounts for corporate contracted clients."; 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 = ''; } }