var fDesc=new Array(); fDesc[1] = "customizable computer within your desktop! Without the need of formatting, or getting an additional computer, with this application you can test drive an operating system, software, or a configuration and see if it fits your needs!"; fDesc[2] = "designed for that platform. It runs on Mac OS X, Windows, Linux, and some other platforms, maintaining a virtual instance of an operating system within the host OS."; fDesc[3] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[4] = "Playchess.com. It won't require a registration, which means that you can simply download the client and start playing as a guest. Once inside the application, the main GUI is divided by tabs in Players, Games and World."; fDesc[5] = "chess with players all around the world, on an existing table, open a new one or join one of PlayE4 chess tournaments. You can play just for fun or for real money. The program (and the servers) allows to use 16 different languages to play."; fDesc[6] = "professional level. NetOp Remote Control is composed by two modules: Host and Guest. The computer with the Host module installed is the one being visited or controlled by the computer with the Guest module installed."; fDesc[7] = "level. NetOp Remote Control is composed by two modules: Host and Guest. The computer with the Host module installed is the one being visited or controlled by the computer with the Guest module installed."; fDesc[8] = "need to start a point of sales (POS) for every kind of business. It allows doing the following main transactions: sales, payments, closes cash, and allows some operation to register customers. It works in Windows, Linux, MAC OS X, and Linux Debian platforms."; fDesc[9] = "everything with great detail. In order for you to create your table plans for events, the program provides five steps to follow, and each one will let you control every detail of your event."; fDesc[10] = "and travel agents can achieve maximum time efficiency and best costs in processing reservations."; fDesc[11] = "management, budgeting, RSVP management, invitation printing, and our exclusive Merge-Data feature which allows you to share guest data."; fDesc[12] = "Houses, B&Bs, Lodges & Inns worldwide."; fDesc[13] = "concerning wedding such as gift list, guest list, invitations, vendors, wedding budget, reception menu, wedding day schedule, seating arrangement, etc."; fDesc[14] = "reservations software, hotel management software, hotel billing software, hotel property management software (pms). It is ideal solution for hotel having 10-100 Rooms. Main Features include. Hotel status from main screen with easy Check in Check Out Reservation Group Management/ Operations Direct Billing/ City Ledger Guest Snaps with Web cam at Various Stages of Stay Full network support Multiple rate and rate type support in single stay Comprehensive User Management Quick check-in through identification card swipe Ability to change room for a rented room on any day of the Guest Stay Well designed restore database operation for data recover at any stage Transaction management with insert, delete and restore feature Expense Management Payment Authorization (Open credit card transaction) Hotel Configuration House Keeping Lost and Found Management Guest Message Recording Address Book..."; fDesc[15] = "system for guesthouses, small hotels, hostels, and bed and breakfasts."; 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 = '...'; } }