var fDesc=new Array(); fDesc[0] = "PhoenixRS is a booking software for guest houses, bed & breakfasts and small to medium sized hotels. With a flexible visual interface, it is easy to check reservations and manage guests, create and customize unlimited rooms, create and track expenses, create on-the-fly invoices and much more.
Features:
- Colour coded visual representation of existing reservations.
- Register unlimited guests.
- Modify / delete existing guests.
- Create and manage unlimited rooms.
- Create, modify and delete unlimited reservations.
- Creat on-the-fly custom confirmation faxes (PDF Format).
- Creat on-the-fly custom invoices (PDF Format).
- Create and manage travel agents.
- Create unlimted expense items, such as food, drinks and laundry.
- Charge expense items to guest accounts.
- Create and manage miscellaneous accounts.
- Use your currency of choice.
- Backup and restore the database.
- Create statements from existing invoices.
- Print out a visual occupancy chart.
- Fast access to reservation details."; 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 = ''; } }