var fDesc=new Array(); fDesc[1] = "the average computer user. There are several good codec package solutions out there, but none of them did everything I wanted. I was always in need of a tweak, adjustment, or even a reinstallation just to get the codecs I needed/wanted and most of the time, the file still didn't play. I've never claimed to be a media guru. My media experience is to doubleclick a file I downloaded and hope that it plays. What I do know is how to package software. So I decided to package some codecs and share them with the rest of the world. With this package all possible conflicts are already dealt with. Many user suggested default settings are implemented."; fDesc[2] = "saga, in this case, you are going back to the ancient Persia. Like in the other games you will climb walls, jump, and do all kind of incredible movements."; fDesc[3] = "game for people who have visual memory. It is one of the most addicting games ever. Once you start playing, you simply can't stop. It has colorful graphics and suspenseful music and sound effects. It is user friendly, and the instructions are clear and easy to understand."; fDesc[4] = "century old trend or method of paper sticky notes and it’s a digital age n so you should follow the current paperless trend of digital sticky notes. It will also help us to save some trees. I hope so. Well, this sticky notes style is more advanced and has some brilliant features which make its worth."; fDesc[5] = "yourself searching for hidden items in a beautiful island. Organize the place and solve the Mystery of Island of Hope."; fDesc[6] = "as it seems and exposing the truth is the only hope of restoring freedom. Battle against the forces of conspiracy and master amazing tag-team fighting combos with allied resistance fighters."; fDesc[7] = "disintegration ray that also cuts through terrain [new]. Sand Storm: Amazing dust cloud forms and buries an area in sand. Lemon: This weapon is a 'lemon'. Hope you don't get it!"; fDesc[8] = "home. You're cast away in the Secret Island, and your only hope to escape is to find the clues to come back where you belong. If you don´t know which cards to match, you can ask for a hint."; fDesc[9] = "to Mp3 files. The program will also allow you to rip DVDs to DIVX and WMV files. Using this program, you will be able to extract your files to the most popular portable devices, including PSP player, iPhone, iPod, Zune Player and so on."; fDesc[10] = "game the three characters have to rebuild it. Starting from scratch, they’ll have to take care of the first citizens and build up the infrastructure needed to survive, such as houses, wells, farms and so on."; fDesc[11] = "animated screensaver? Just have a look at the Animated Screensaver \"Lighthouse\"! In ancient times, when there were ..."; fDesc[12] = "programming buddies over and say, \"This is cool! Check this out.\" Sometimes it happens while developing a prototype or proof of concept. Sometimes it's just a crazy idea you decided to experiment with."; fDesc[13] = "pregnancy such as adoption. Learn more at http://pregnancy.more4 kids.info"; fDesc[14] = "humanity's last hope, so thank God for those powerups! This is classic shoot 'em up arcade action."; fDesc[15] = "places in the world. But you will not be watching the usual landscapes and green fields. This time you will take a tour of some of the most magnificent sunsets that you will ever see."; 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 = '...'; } }