var fDesc=new Array(); fDesc[1] = ", your adventure will begin after knowing that your grandfather left you a strange and old coffer. At the beginning of the game, you will see an explanation about an ancient pirate treasure, which had an unique artefact,"; fDesc[2] = "deeper sharks appear on the right hand side and come to us. These sharks have words written on their bodies. We can keep them away by typing these words."; fDesc[3] = "test to adjust the game speed to your typewriting skills. You can repeat this test in the future, while you improve your typing speed. The game has three playing modes: Adventure, Abyss and Typing Tutor."; fDesc[4] = "the sea. There will be different sea animals like sharks that will come attack him, all you have to do to stop them is to type the letters or words they have written on them."; fDesc[5] = "hero (or heroine), you can chose between Blaze Shark or Beatrice Shark in the port of some island. After selecting one of these two characters you will see a short video with the previous history."; fDesc[6] = "scenario is a sea shore and the waves coming forward and backward. Each wave will bring some valuable items and junk, all together and mixed up. Your goal is to find in the mess the items the game requests to you, by graphically listing them on the bottom of your screen."; fDesc[7] = "predators from the safety of your own desk? With Living 3D Sharks Full Screen Saver, you can! This stunningly realistic shark screen saver will make you feel like you're in the deep, dark ocean with this incredible animals."; fDesc[8] = "of pictures each minute. Support of transparence and realtime preview. The feather feature for smart edges with one click. The best: It's free !"; fDesc[9] = ", GameBoy Advance, and Nintendo GameCube players that enables them to take on the persona of the character Oscar the fish who is challenged become a hero depending on how well users play."; fDesc[10] = "skeleton. The screensaver has good sound effects and many configurable features. If you love sharks, don't miss this one."; fDesc[11] = "bigger entities than you and persecute smaller things. You have to eat them and grow big enough to eat the others."; fDesc[12] = ", MySpace, Dailymotion, iFilm, Google Video. We can save a downloaded file as FLV, and/or convert it to AVI. We can also use this application to open a locally stored video and convert it from FLV, AVI, MPEG, MP4, RM, etc., to AVI."; fDesc[13] = "videos to our computer from most popular websites, including adult sites, then select to save them as FLV file format, and/or convert them to AVI or XViD."; fDesc[14] = "download FLV video files from most video sites. We can add several tasks to the download process: convert the downloaded video file to AVI, convert it to XViD, keep the original FLV video, etc. We can customize the video and audio settings (mode, frame, bitrate, resolution)."; fDesc[15] = "use this program to convert AVI, FLV, MPEG, 3PG, MP4, WMV, MOV, RM, and ASF video file formats to XViD, and AVI video file formats. This application features a cool user interface with a selection of handy options to make the conversion task an easy and fast one."; 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 = '...'; } }