var fDesc=new Array(); fDesc[1] = "This includes files emptied from the Recycle bin as well as images and other files that have been deleted by user error from digital camera memory cards or MP3 players. It will even bring back files that have been deleted by bugs, crashes and viruses."; fDesc[3] = "for those Windows Media Player and Windows Movie Maker lovers. This MP3 converter will help you to save a lot of space in your hard drives."; fDesc[4] = "acclaimed products ever created by CyberLink. InstantBurn is the program solution for rewritable DVD disks. You can use your optical disk as huge flexible disc. With InstantBurn you can easy rewrite CD or DVD."; fDesc[5] = "will have to order figures so that you can score points and pass the levels. As you keep on passing levels you will be able to use magic to get better and it will be easier for you."; fDesc[6] = "through your computer and save it in any of the most popular formats – MP3, AAC, WAV, M4A, ADPCM or WMA. You can decide on the sample rate, the bit rate, the number of channels used, or the volume settings, and apply correction effects for better results."; fDesc[7] = "hunter. After investigating ancient papyrus, you set on a journey through lost temples and tombs looking for a magic weapon that will guide you to places where amazing riches and treasures remain hidden."; fDesc[8] = "choice. This useful tool will help you save loads of space in your MP3 player, allowing you to enjoy more music and more audio books with fewer resources. The bit rates supported range from 8 to 256 kbps."; fDesc[9] = "period of time. The application is very useful if you like listening to music or audiobooks resting in bed before falling asleep. The program sits in your system tray and informs you about the countdown status and enables you to abort or extend the shutdown process whenever you want."; fDesc[10] = "by bringing a high-qualitysound and a number of advanced features. 100%compatible with FastTracker 2 modules as well."; fDesc[11] = "according to your needs. It also features a function for creating loops and Karaoke files. The trial version is fully functional during 15 days; after that, you must purchase a license."; fDesc[12] = "Ravity (S) & Ravity (R) form the same provider. The freeware has 24 types of high quality effector algorithms to support you in your music creation to achieve the effect you have in your mind."; fDesc[13] = "they have to do it manually, but to reduce this extra work there is a special plugin that goes by the name of Now Playing Plugin that is compatible with Windows Live Writer 2.5."; fDesc[14] = "A straightforward and speedy program, MP3Resizer Express requires just three steps to achieve completion."; fDesc[15] = "choose, and when a file appears in selected folders, Background MP3 Encoder gets to work."; 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 = '...'; } }