var fDesc=new Array(); fDesc[1] = "Video Converter supports AVI (DivX, MS MPEG4, Uncompressed, Cinepak and other), MPEG4-1, MPEG4-2, RM and WMV files"; fDesc[2] = "and most of the time this can be annoying, especially if you forget web addresses easily. Now with Livestation you can access all your favorite channels with just one click, easy and fast."; fDesc[3] = "detected in the professional version of TopStyle. The Lite version is purely a simple CSS editor, whereas TopStyle Pro is a matured XHTML, HTML and CSS editor. Even so, if all you need is a real basic CSS editor, TopStyle Lite will satisfy you fine."; fDesc[4] = "then when I used a lot of RM files and needed to convert them to other formats for the most varied of reasons. Although RM is not as popular as it was before, there is still a place on my desktop for this one."; fDesc[5] = ", but is really overrated - it converts a file from one format to MP4. There are many applications that are \"just\" video converters, but can tackle the task of converting file A from AVI to MP4. Those files are perfectly playable on an iPod. The only extra thing that these..."; fDesc[6] = "all fishing games."; fDesc[8] = "overrated - it converts a file from one format to MP4. There are many applications that are \"just\" video converters, but can tackle the task of converting file A from AVI to MP4. Those files are perfectly playable on a Zune."; fDesc[9] = "most stressing task that a user can endure. Without any help, the user has to select files individually and change their names after a combination of clicks or hotkeys."; fDesc[10] = "digital photos to MP3 music files, or web files to Word files, ExplorerPlus lets you tackle even the most demanding file management tasks like a pro!"; fDesc[11] = "slowing down its performance. The primary aim of Memory Zipper is to optimize the memory management in the personal computer and ensure that the system memory is used effectively, resulting in better performance of the personal computer."; fDesc[12] = "an uncharted volcanic island, they need your help to solve a mystery and escape before the volcano blows. Tackle tricky challenges in reading, math, geography and science on a bold adventure across the island, under the sea, and into the volcano!"; fDesc[13] = "the ClueFinders—Joni, Owen, Santiago and Leslie—as they tackle challenging puzzles and problems while building self-esteem and confidence. The ClueFinders will help capture your child’s imagination and set the stage for excitement and adventure."; fDesc[14] = "launching a new game, you are allowed to purchase your favorite spaceship from four different ones, select a level and tackle with the enemy to save your planet. Amazing graphics, sound and thrilling game-play keeps you glued to the game for hours."; fDesc[15] = "tackle other fun character twists."; 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 = '...'; } }