var fDesc=new Array(); fDesc[1] = "structure and content. What has been said could sound little for many people but it’s not since the extremely complex that mathematical expressions can be."; fDesc[2] = ", much harder when Pixar has decided that it is going to have aspirations of becoming the best chef around Paris. This game was developed by a company which has wisely managed to connect with one of the most demanding audiences of nowadays market: children."; fDesc[3] = "many new features, it contains over 20 marine animals. Undoubtedly, the Zoo Tycoon series is one of the most successful franchises in this area."; fDesc[4] = "loaded with the classic punches with the same classical aesthetic, but the story has nothing to do with the early TV show."; fDesc[5] = "Company. This is the first game which is an adaptation of a book by the famous writer Agatha Christie. Sound and graphics: The piano music is excellent, its seems that the designers noticed its relevance in the game but it is somewhat repetitive."; fDesc[6] = "layouts, autoplay, undo, hints, shuffle, statistics, multilingual user interface. And... it's free for personal usage!"; fDesc[8] = "extra life with the help of keys that will open some closed sections in the labyrinth The movement as in the original version is done with a joystick or you can use the arrow keys at your keyboard."; fDesc[9] = "Standard Version of 1901, The Biblia Hebraica Stutgartensa Old Testament, and the Greek Majority Text New Testament. Words of Christ are in red text."; fDesc[10] = "(digital services, film services) and has a well-organized navigation system. It's perfect to plan working hours, keep track of scheduled appointments and orders. It'll store the information about clients, such as their address, telephone, email and comments. There are two viewing modes in the program: calendar with a vertical and horizontal timeline and a table view to help you get the general overview of the jobs. It's possible to create reminders to alert users about the things they should do. Available is an automatic search and auto-field filling for a client, who has already been entered to the database. You can view the information about payments, daily income for any day at any moment when you need it. For those people, who work in Microsoft Outlook, it's possible to synch data. Export of data is available to different formats: XLS, TXT, HTML, XML for its adaptation for other..."; fDesc[11] = "was designed to closely mimic many of the features of the Macintosh Asteroids clone Maelstrom, along with several unique features of its own. Disasteroids II features 40 increasingly difficult levels of play, professional quality graphics, 11 types of asteroids, enemy flying saucers, minelayers, satellites, shuttles, contact mines and the ability to obtain various weapon power ups and bonus items."; fDesc[13] = "method. If you can successfully complete the lessons then you are certain to pass the FCC 5 wpm code test."; fDesc[14] = "modular software architecture for the adaptation, documentation, monitoring and payoff of external or internal support inquiries (tickets)."; fDesc[15] = "You can control either Serena herself or one of her Sailor Moon companions."; 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 = '...'; } }