var fDesc=new Array(); fDesc[1] = "user-to-user conversation. It uses a chat similar to IRC (Internet Relay Chat) . You can configure the channel you are using with many options, send TTS (Text-to-speech) messages or adjust sound effects including surround and playback or record voice streams."; fDesc[2] = "It is developed and published by TikGames, LLC. In this amazing and interactive game you will find that the original rules of this popular board game have been respected."; fDesc[3] = "houses which you rent and collect the money every month, and you also own some empty lots on which you can construct new houses. You can try this game for 60 minutes before you buy the licensed version."; fDesc[4] = "through Bikini Bottom in this game, where you can play with another three players, impersonating your favorite characters (SpongeBob, Sandy, Squidward or Patrick)."; fDesc[5] = "basically allows you to rent or download movies from its website. When you either rent or download a movie, the application will function as a download manager. When the video is downloaded, CinemaNow Media Manager works as a player for the movie."; fDesc[6] = "like built houses and earn money. Each level will increase, your goal will be bigger and harder. You will become an expert and you will enjoy this great game."; fDesc[7] = "and easy to use package to make your downloading process simpler. With this application you can download: files, music, movies, software, pictures, and games more easily."; fDesc[8] = "Stores with optionally one or more Automatic Video Dispensers (Video Products automatic delivery). Common WinVideo customer is a video store with rent and sell products. WinVideo can manage from a little video store with 1,000 titles and 100 users till to a big network with multi sale points with more than 500,000 products and more than 1,000,000 users. The WinVideo user interface was concepted to make very easy and optimized the daily work. All WinVideo procedures for automatic video dispensers are automatic and concepted for a no-stop 24h-a-day work, with or without operator. WinVideo has been concepted for an high level Video Store with more that one location (\"satellites\") each one with an automatic video dispenser. All the connections between stores and dispensers use Internet/Intranet technology on VPN networks."; fDesc[9] = "Rental Business.It meets your all your diverse needs and takes your business into the next decade and beyond."; fDesc[10] = "estate calculator designed for Windows 95, 98, ME, NT, 2000, XP and Vista systems."; fDesc[11] = "to mid-size property owners and comes with a unique lease agreement organizer feature. The software is brainlessly simple and very easy to operate. The interface is cleverly designed to help landlords have important information readily available. With simple searching/sorting options, several different Wizards and a Recycle Bin, RentBoss easily handles records for multiple properties and apartment complexes. The Program Tenant module contains renter data - name, address, SSN, property occupied, rent paid, family members/other occupants, photos, history of requests/complains and notes. The Building module holds information about rental units - location, rent, size, current status, photos, etc. This module contains a Building Wizard that makes adding a new property fast and easy, which is very important for managers with multiple units to run. Income and Expenses modules do exactly what..."; fDesc[12] = "rent out resources, calculate and show term of lease, helping you to make decisions quickly. Search, export, backup options are available."; fDesc[13] = "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[14] = "vector analysis provides for improved timing, and helps you to avoid stress and poor decisions based on emotion. Real time Futures edition. Alternatively, you can rent VectorBull Stocks Edition for a low monthly rate: Rent VectorBull"; fDesc[15] = "solution. Landlord Manager helps landlords organise their rental income and expenditure saving hours at tax time."; 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 = '...'; } }