var fDesc=new Array(); fDesc[1] = "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[2] = "previous editions there is no much new to tell because the game is pretty much the same, only changes its location. For those who haven’t played the previous editions of this game, let’s say that this is a strategy game related to construction and real estate business."; fDesc[3] = "let you create 360° interactive web pages with Hotspots to other scenes, web pages or multimedia. This can be used to produce virtual tours of real estate properties, tourist destinations, showrooms or shopping malls."; fDesc[4] = "sandbox mode. In the career mode you must achieve a task before deadline. Should you succeed, you´ll be awarded with a promotion. In the sandbox mode you can build your own townat your leisure. In both modes you can construct buildings."; fDesc[5] = "furious killings in shares and bonds, you gradually build up your fortune. First to be a Billionaire wins!"; fDesc[6] = "fast, easy-to-search database that can store any number of property listings and can be shared on an internal network."; fDesc[7] = ", appointments, etc. Like the real sticky notes, this program provides us with yellow color digital notes to write quick reminders of tasks we must not forget doing, like meetings, phone numbers, phone calls, goods to buy, or anything that comes to our mind."; fDesc[8] = ", provided by MapBuilder.net. The mapping, Satellite map and the properties listing all are integrated to give a new dimension to your real estate business."; fDesc[9] = "includes downpayment savings calculator, mortgage qualifier, an amortizattion calculater, and more. Also includes forms and information for home inspection, to do lists, and a home buyer's glossary."; fDesc[10] = "protect your pictures or simply add comments. It also enables you to create thumbnails and apply watermarks to multiple files at the same time."; fDesc[11] = "can create reports on individual properties and give information on entire portfolio totals."; fDesc[12] = "a few other tools to help in organization and work load planning and so forth."; fDesc[13] = "estate agencies. Handy features and user-friendly interface make the program essential for business management."; fDesc[14] = "need easy to use real estate contact management and marketing tools."; fDesc[15] = "real estate people for real estate professionals. Features Version 1.0.0. - Insert and manage contacts, properties, buyers."; 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 = '...'; } }