var fDesc=new Array(); fDesc[1] = "been here for a long time now. The game is just not what it used to be. So with Undercover, they tried to go back to its origins. The game now has cut-scenes and a plot. You are an undercover agent."; fDesc[2] = "can add different water masks to our pictures and observe them in auto view, at the same time that we can observe the changes, previewing the added effects."; fDesc[3] = "the scenes very carefully, trying to find the items on the list. When you see an item, just click on it to update the list. In order to finish the level you have to find all the items on the list."; fDesc[4] = "pictures featuring the faces of you and your friends. This incredible program comes with over 150 awesome background templates to get you started and includes tools for creating your own custom templates from photos of your favorite celebrities, sports heroes, or magazine covers."; fDesc[5] = ", and look for fingerprints, marks,id´s, weapons, footprints, etc.. Discover all the objects that will give you clues in order to solve the crimes and figure out how everything happened."; fDesc[6] = "puzzles, but with a darker and deeper tone. Unlike many hidden object games, Return to Ravenhearst allows you to freely roam from room to room, add items to your inventory that can be used later to unlock new areas or solve puzzles, and investigate objects of interest in a scene."; fDesc[7] = "create scenes with different physical effects, combining them with art that you can draw using the mouse. You can create scenes in which the things you include can interact (colliding and bouncing), fly, flow, swing or ride. You can test the behavior of your scene by pressing the \"Play\" button."; fDesc[8] = "Assistant Director Wizard who will help learners to create slide show very easily, effectively and in a professional manner. Importing of video clips or photo is just a click away and user can select more than one at a time which is the unique feature in its category."; fDesc[9] = "you on a journey to some of the most beautiful sceneries in the world. You will be able to sit down and enjoy the view of a serene lake reflecting what is around them on the surface of the water."; fDesc[10] = "scenes from DV tapes. You can build then tapes indexes from the captured scenes, that you can later import using the program to create video clips."; fDesc[11] = "little pleasure! Download and install this amazing screen saver to your PC and you will find a magic world full of wonderful beauty and nice fishes living on the shore of the fairy lake!"; fDesc[12] = "screensavers nowadays. Moreover, it is absolutely free. With Amazing Aquaworld 3D Screensaver you can view nice and funny underwater animated scenes with funny sound effects."; fDesc[13] = "falling and accumulating. Each scene may take up to several hours to complete, depending on the display size and snowfall rate. So relax and enjoy the soothing snowfall as it slowly builds up on the scene!"; fDesc[14] = "(this means that they have motion) and 12 bonus still images puzzles. The program is very intuitive and easy to use, and features a nice and well-organized user interface."; fDesc[15] = "is shown against a beautiful background scene. Relax and enjoy these images while pondering the word of God. This Screen Saver displays each captivating scene, several appropriate Bible passages are displayed, telling the story that corresponds with the image."; 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 = '...'; } }