var fDesc=new Array(); fDesc[1] = "Live. Besides providing protection to your Pc from threats, it is packed with a number of additional features. It also helps in improving your PC’s performance by removing the junk matters from the system’s hard disk."; fDesc[2] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program."; fDesc[3] = "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[4] = "inside gmailInstaller.exe which is a 292kb file certified by google.com. It is compatible with the operating systems Windows 2000 and Windows Xp."; fDesc[5] = "relaxing fun! Enjoy frantic timed modes and puzzle over relaxing brain teasers. Collapse! II is one of our most addictive and popular games."; fDesc[6] = "era for gaming. This game first saw the light when it came out for the XBOX 360's opening. Gamers all over the world were thrilled by all you could do."; fDesc[7] = "guiding the Magic Ball with Incredible Ink. Two distinct game modes, Escape and Break All, are packed with gorgeous art and detailed level design. Its fun times two!"; fDesc[8] = "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[9] = "isn't practical-it takes too long. Diskeeper is the the number one automatic defragmenter"; fDesc[10] = ", efficient File Transfer Protocol or FTP Client and CuteFTP Home 8.3 could be just the proogram you're looking for. With this program you can transfer files of any type or size including your web pages and any multi-media files to, from, and across the Internet."; fDesc[11] = "animals hilarious in nature, which include a personality-packed crew made up of a lion, zebra, giraffe and hippo along with cute penguins. The game enables the user to assume the role of the main characters from the movie."; fDesc[12] = "features which satisfies the every creative needs of the graphics users. It is easy-to-install, repair, manage and fast enough with a wide range of tools and special effect features. Packed in a 3CD media, it includes a number of clip arts and 3D text effects to make your work easier than ever."; fDesc[13] = "DVD-9. Another interesting feature in this tool is that the bit rates of the different formats are assessed and the best-fit bit rate is calculated for the converted DVD format, which enhances the DVD quality."; fDesc[14] = "helps you create striking DVD and Blu-ray Disc titles and interactive web-based tours for film, business, training, events, and more."; fDesc[15] = "Mystery Deluxe and play on your PC any time you want, whether or not you're online. But that's not all you get! MahJongg Mystery Deluxe is packed with new features."; 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 = '...'; } }