var fDesc=new Array(); fDesc[1] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums."; fDesc[2] = "utility developed by Microsoft Corporation to upload and share any type of files, like photos, music, documents, etc, with your family and friends through SkyDrive."; fDesc[3] = "predecessor considering the various new methods and number of new classes and applications that can be developed using it.The best of JAVA yet makes it a wonderful one."; fDesc[4] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity."; fDesc[5] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos."; fDesc[6] = "will have to take good care of animals and plants, fulfilling their needs suchs as food, water and else. Then you'll have to sell your production to local restaurants and collect money."; fDesc[7] = "with. This updating adds furniture, outfits and objects to The Sims 2. However, although the objects, which include new themed bedroom sets and some decorative objects, are interesting enough, they do not provide any real new functionality to the game."; fDesc[8] = "tree by introducing step-by-step data about our ancestors. It is a very easy to use program and we do not need special training to start building our history to share with the rest of our family or just for entertainment."; fDesc[9] = "and information. It is an exquisite tool to build a detailed family tree. It permits you to create and store an ancestral database with individual data entering for each ancestor with demographic information, notes, references and pictures."; fDesc[10] = "family tree by adding members of your family with data about them. There are a lot of fields to store complete information. Now you will never forget the important date or anniversary, because Legacy will remind you about it."; fDesc[11] = "questions. The answers need not to be correct, but must coincide with a list obtained through a survey taken from a hundred people. The questions are about things you will find in your daily life."; fDesc[12] = "is part of this big HP family and this company is dedicated to the imaging products. Within its web site there is a section called Design Center, where you can find and download different templates."; fDesc[13] = "artifacts and solve puzzles with them. The game features a nice presentation and excellent replayability values. If you like puzzle/adventure games then you must try this one."; fDesc[14] = "restaurant, striving to obtain a 5 star rating. You´ll have to cook multiple dishes at the same time, and invent creative recipes of your own."; fDesc[15] = "effort to restore her family name. Jane has lots of tricks up her sleeve to attract her customers, but it's going to take careful strategy and the right upgrades to keep the visitors happy in Janes Hotel: Family Hero Deluxe."; 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 = '...'; } }