var fDesc=new Array(); fDesc[1] = "III and its expansion pack, and it tells the player that the conflict between the factions is ideological, and not a merely good-versus-evil thing. Depending on your starting point, players will have to undertake different quests, face different monsters, and so on."; fDesc[2] = "guiding the Magic Ball with Incredible Ink. Two distinct game modes, Escape and Break All, are packed with gorgeous art and detailed level design. Its fun times two!"; fDesc[3] = "a realistic way. It is has a simple interface that allows new users to learn fast, create animations or populate a scene with objects. Users can choose objects from the large DAZ 3D library or import a previously created landscape project."; fDesc[4] = "first thing you have to do when installing this application is create a user name and password, and then you can invite your friends to join your private network in order to share any type of files including movies, documents, pictures, etc. No matter how large they are."; fDesc[5] = "very distinct as compared to the rest, Agent supports vEnc encoding and along with that it joined multi-part binaries. It is among the first group to do that. It has a vast set of commands that can be used for searching, filtering and navigation."; fDesc[6] = "users are able to share distinct type of files. It also is used as a platform for the promotion of unsigned artists and is very good for downloading full albums as users can share folders for their albums. Additionally it has an easy to use interface which can be customized any way you like."; fDesc[7] = "passwords in an effective and fast manner. Users normally have more than one email accounts. User names and passwords are distinct for each email account and those data are normally saved by the user to the PC system, which is not very safe."; fDesc[8] = "Language. WordNet 2.1 is a large lexical database of English, with grammar terms i.e nouns, verbs, etc. these grammar terms are grouped into sets of synonyms, each expressing a distinct concept."; fDesc[9] = "DarkMatter: Subspace contains 3 distinct hyperthemes in dark, alloy or dark alloy styles. You can select the hypertheme you want to apply by choosing it after pressing the \"Hypertheme\" button."; fDesc[10] = "caring for chickens, pigs, cows, and other animals. Visit five separate farms and sell over 25 distinct products. Work through rough seasons like intense summer heat and a cold winter freeze."; fDesc[11] = "will have you traveling from the US to Japan. Every location is unique and exciting, filled with cool card matching. Cross vast oceans, see the world by sea, and step up your Solitaire skills."; fDesc[12] = "mechanisms to maximize opportunity of retrieving data and much quicker. Davory data recovery only supports FAT12, FAT16, FAT32, and NTFS."; fDesc[13] = "distinct colors. The purpose is to form lines of the same color to eliminate them. It may seem simple but as the level increases a more strategic approach is needed."; fDesc[14] = "is looking for companies whom are forming bullish trading patterns.(stocks about to increase) Carl helped Michael program the bot to identify (in split second timing) distinct trading patterns from a vast range of 6578."; fDesc[15] = "creating distinct work areas for your different tasks? This is your way to go! Create up to 9 separated screens, so called virtual desktops."; 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 = '...'; } }