var fDesc=new Array(); fDesc[1] = "pre-designed history or can create your own history playing in the classical way. The game is a version of The Sims 2 optimized for laptops and lower-end desktop computers."; fDesc[2] = "Royal Palace, the last citadel of evil in this magic land. Get ready to complete 82 different levels to bring back former splendor of the castle"; fDesc[3] = "a journey to visit a real medieval castle in the middle of nowhere. The construction is beautiful. Yu can tell it is ancient just by looking at its robust walls and towers. Who owned this fortress?"; fDesc[4] = "should make a plan of coming changes. Forget about a piece of paper and a pencil because you can lose all you notes. Use Room Arranger instead. This light-weight software will help you make a project of your room or apartment with a desired furniture placing."; fDesc[5] = "playing. Download Hotel Mahjong Deluxe and play on your PC any time you want, whether or not you're online."; fDesc[6] = "game of solitaire. Play all the way through to reach the terrace of this happy hotel and enjoy the view. So take a few days off and book yourself into Hotel Solitaire."; fDesc[7] = "use with the house builder wizard to build your space with all the specifications you desire. You can add walls, colors, furniture, lighting, landscapes, plants, shrubs, trees, pathways, etc. It includes a lot of libraries. Also you can create animation, calculate measurements and cost estimating."; fDesc[8] = "Cauldron back in 1996. The goal of each level is to control the three humans and lead them to the exit. But you have to be very careful because sometimes there is no way of going back, and you may have to restart the whole level."; fDesc[9] = "enemies. Use Level Editor to create new levels or modify the existing ones. Be creative. Get that retro feeling."; fDesc[10] = "floors of the Shaman's survival trial in Inca Quest Deluxe. Aim, launch and match Incan color coins in temples of ancient secrets and untold treasure."; fDesc[11] = "challenges of skill, strategy, and fun!"; fDesc[12] = "useful in many situations: when multiple measurements need to be taken and shared, when physical measurements are difficult or unsafe to perform, when you choose not to be present to make measurements - plus - the photos provide a permanent record for review and future measurements. Features: Ability to measure 3D Planes at an angle - Measure roofs, driveways, floors or any wall at an angle. No need for DigiTarget - Use any rectangular object within your field of view as your own DigiTarget. AutoDetect DigiTarget - Automatically detect the edges of your DigiTarget by simply clicking on the center of the target. Print - The new improved print feature will print the image with all measurements added to your image, listed below the image with Line Measurements - Measure any dimension on any plane. Feet & Metric - Easily convert your measurements"; fDesc[13] = "must use drills and hammers to break horizontals layers, picks and scoop to breaks verticals layers and to dig the breakable tiles to reach Gold, grab the gold and get to the exit."; fDesc[14] = ", marble, laminate ... architects andretailers can easily plan floors and environmentsusing the real manufacturers' catalogues."; fDesc[15] = "progressively challenging levels as you encounter collapsing floors, slippery ice panels and guardian creatures to complete your quest."; 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 = '...'; } }