var fDesc=new Array(); fDesc[1] = "case comes up and you are ready to get to the end of it. Your mission is to investigate who is the killer of Miss Linnete Doyle, another passenger of the cruiser. Twelve levels will lead you to the truth, gathering clues on each investigation."; fDesc[2] = "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[3] = "will be able to select among cats, dogs, birds, tropical fish and hamsters. But there are not only animals in this expansion: it also brings new objects as houses for dog, cages for parrots, pictures and more."; fDesc[4] = "music and stories recorded by the user himself. It is very simple and easy to use, but it doesn't allow adding visual effects to presentations or editing pictures. It runs on Windows Vista and all versions of Windows XP."; fDesc[5] = "entirely on stealthiness. The previous games' stories are mentioned during the development of this one, in which 47 discovers that he and his employer are being threatened by some other mysterious agency."; fDesc[6] = "paradise. The Sims Castaway Stories offers you two forms to play. In the new and interesting way of directed history , you should achieve certain objectives and In the open-way game mode , you create the Sims and decide how they are going to evolve in their brand new islander home ."; fDesc[7] = ", there is a lot more than LEGO-created characters and environments to it. This game divides the three Indiana Jones movies into 6 chapters each, so it is like playing through the movies all over again."; fDesc[8] = "yourself searching for hidden items in a beautiful island. Organize the place and solve the Mystery of Island of Hope."; fDesc[9] = "group arrives to investigate a peculiar mystery. Apparently, during World War 2 a super special power generator was created which could satisfy world energy needs by its own. Now, this group of investigators has to find out where its parts are in order to be able to reassemble it."; fDesc[10] = "them. Follow the tasks from you boss, and solve each problem with him. Your boss considers you a good detective and this game will challenge you to be the best detective."; fDesc[11] = "according to a level’s virtual environment, enabling gamers to be carried into various fantastic adventure stories taking place in beautiful virtual worlds, controlling Gumboy through adventurous levels."; fDesc[12] = "stories are gathering dust instead of earning their keep. Free software from the author of the Hal Spacejock series."; fDesc[13] = ", this toolbar makes it easy and accessible to manage and display RSS feeds from various websites and news sources ."; fDesc[14] = "stories. It has a very useful index that allows you to find any story quickly and easily. Also, you can use the Search Forward feature to find a particular story by using a keyword. This add-in only works with BibleMax software."; fDesc[15] = ", listen to, and print the Sherlock Holmes stories. This software will read aloud the Sherlock Holmes stories to you using Text-To-Speech Technology."; 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 = '...'; } }