var fDesc=new Array(); fDesc[1] = "expansion to Crysis. This title is a standalone game and does not need the previous game to be installed to run. Apparently, this new title is not a typical expansion, it brings a lot of changes from its predecessor and it shows the story on the other side of the Island."; fDesc[3] = "public and private channels in the whole world, streaming its content in the Net. You can, of course, watch the TV shows or listen to the radio broadcasts using your regular browser. But it's way much comfortable having all those links into a single application."; fDesc[4] = "anything at any time. This is definitely not a linear game. The game has missions, of course. And you have to complete them in a specific order. But how you complete those missions is entirely up to you."; fDesc[5] = "everything that can be a potential threat to the system. While it’s not a run-time application like an antivirus that prevents threats from downloading, it has greater capabilities than antivirus software to identify potential risks already residing in the system memory."; fDesc[6] = "first time ever were nuclear bombs available for you to use in a video game. That was what sold the game back then. Fear, I would say. The game features one of the most advanced aircraft ever created, the F-22."; fDesc[7] = "WW2 combat simulation. The results may be mixed depending on the view of the player. However the game is solid and is fun if you are patient. You can try it first and see if you like it."; fDesc[8] = "can. Protect silver and golden fish from the garden. If cats take away all your fish you will loose, you must keep at least one of your fish before the time is up."; fDesc[9] = "simply designed and can be used by anyone; it does not require any special knowledge. It is safe, because is prevents any intrusion attempted with specialized cracking software."; fDesc[10] = "the mouse. By offering you selective cleansing of all personal fields on your computer, Content Cleaner packs in the power of all individual cleaning tools into one pocket-size dynamo."; fDesc[11] = "full screen or any area of the desktop screen to AVI/WMV/SWF/FLV, and you can record audio and mouse cursor's movement. It can be used to Record web cams from AIM, ICQ, MSN Messenger, Yahoo Messenger. Record movies from TV card or theater online. Record DVD, RM, VCD, MPEG, or other video media. Make slide-show training documents. Log computer usage on the sneak."; fDesc[13] = "future. He has been given the power of possession so that he can sneak up on any person, animal or genetically engineered..."; fDesc[14] = "3.0 OCX version. This is an executable showing you the many features of Visual Calculator 3.0. It now includes a new GUI re-written from the beginning."; 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 = '...'; } }