var fDesc=new Array(); fDesc[1] = "Southwest Airlines. It also allows you to check in online and check your flight status. It saves your time and money. By using this freeware you can get pretty low fare deals directly on your desktop."; fDesc[2] = "you compare the prices from each travel website side by side, highlighting the cheapest prices found for each hotel. The amount you can save for each hotel is also displayed so you can see the savings! When you find the price you want, Travelaxe takes you right to the booking page at the cheapest travel website to complete your reservation. Using Travelaxe can save you both time and money when looking for a hotel for your next trip!"; fDesc[3] = "software system for guesthouses, small hotels, hostels, and bed and breakfasts."; fDesc[5] = "items. Automatically upload schedules, full invoicing and reporting, conflict checking and much more...."; fDesc[6] = "reservation trends and work towards your future needs. Rearrange reservations and allocate tables."; fDesc[7] = "strictly to www.hotelbookingpro.co m and allows you to use their booking and budget services. Their standard service is hotel room booking, but they also offer car rentals, and airfare tickets."; fDesc[8] = "roster, recording and checking of staff availability, repeat rosters and shifts, parameterizable preview/ printing of reports."; fDesc[9] = "Reservation was developed for the needs of small to medium tour management."; fDesc[10] = "and resources such as conference rooms. The main feature is to simplify the process of meeting invitation in Outlook and user and resourse selection."; fDesc[11] = "Start working with our time booking program Resource today!"; fDesc[12] = "software system designed to simplify the booking process and allow you to get on with running your business."; fDesc[13] = "stunning interactive websites."; fDesc[14] = "and set-up. Simple to use, no training required. Create bookings with ease from your web browser, ensuring your equipment is ready when you are."; fDesc[15] = ", check for available rooms, send e-mails to customers, make reservations and bookings and more. Free demo available"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }