var fDesc=new Array(); fDesc[1] = "trips and preparing holidays for the Sims. The expansion offers three different destinies in which the Sims can spend some days far away from their houses of their work, on holidays"; fDesc[2] = "happy since it’s all about camping. To be precise, you won’t be exactly camping. Instead of that, you’ll be able to build the camping site of your dreams. You can try this game for 60 minutes before you buy the licensed version."; fDesc[4] = "software system for guesthouses, small hotels, hostels, and bed and breakfasts."; fDesc[5] = "directly on your browser. It allows you to search hundreds of websites at once, so you can view and select the deals more convenient to you, thus saving you time and money."; fDesc[6] = "and travel agents can achieve maximum time efficiency and best costs in processing reservations."; fDesc[7] = "maintain it in a proper condition. Your task list will include a lot of functions such as building new homes and repairing old buildings, golden veins, building farms, recruiting settlers, taking care of settlers and satisfying their need for accommodation, food, health and job."; fDesc[9] = "version, but with the additional capability to share data in real time over the network."; fDesc[13] = "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 = '...'; } }