var fDesc=new Array(); fDesc[1] = ", for Mac OS and for Windows. The application allows us to download updates for the following programs: Quicktime Player, iTunes, Safari for Windows, or Quicktime Player + iTunes together."; fDesc[2] = "Discs. The Essential version is normally included within bundled hardware like recorders or pc systems. The software included may depend on the manufacturer specifications."; fDesc[3] = "notification. You can manage all of your conversations in a single message window. Besides, you can send your friends an SMS from your PC with ICQ. Your friends can SMS back from their mobile directly to your ICQ message window."; fDesc[4] = "amazing and the interface is very dynamic. When we open the program can find the common buttons, file, edit, view, help, search box and the button to order the images by date taken newest or oldest, folder, filename and more."; fDesc[5] = "being the basketball game with the best graphics on any platform. However, graphics is not everything when it comes to sport games. Its competitor, NBA 2K8 is the best game when it comes to playability."; fDesc[6] = "that is both addictive and fun. Control Squirt, your water shooting super fish, to keep those pesky wooden balls out of your serene pond. Amazing backgrounds and special effects makes Splash a game you won?t soon forget."; fDesc[7] = "functions and options. This software will display the information of the devices that it will use for the playback, unfortunately it will not display the information of the newest hardware in the version 4 (an old version) of this software."; fDesc[8] = "converter, but don't let the name fool you. In the newest versions, they have added a great array of features to it, which also allow it to convert videos for playback on the Playstation 3, the XBOX 360, and more devices."; fDesc[9] = "stealthy operations. You play Sam Fisher, an agent who has been known to be a model agent. He is jaded and rough around the edges but he's terribly good at what he does: kill people. This game changes the user's perception of Sam."; fDesc[10] = "Hockey is one of their strong suits. I am not big fan of ice hockey, but I can appreciate the fundamentals behind it. From what I could gather by playing the demo of this game, the visuals are stunning."; fDesc[11] = "its predecessor, but, looking closer, you will see a lot of changes. I am personally a fan of the Spider-man games, and I can honestly say that I have played them all. This one is the best so far."; fDesc[12] = "Savannah desert while trying to get back to your New York ZOO. The game is obviously based on the movies. Like with all games of this type, the experience is not meant to be deep or extremely meaningful."; fDesc[13] = "kinds of video games, from classic arcade games to the newest PC hits. It is the perfect software for all gamers, since you can play the games in its original format, right in the Game Tap window."; fDesc[14] = "ship or ships into combat. The plot is a well-known one for Star Trek fans: the Borg, a race of cybernetic humanoids, is trying to form an alliance with a rogue Vulcan."; fDesc[15] = "are the doctors of your computer. They carry out the most diverse actions to increase your system's performance. The main star of this application, in my opinion, is the RAM optimizer."; 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 = '...'; } }