var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "CDs containing all of your favorite songs: audio CDs for car or home CD player, Exact copies, Jukebox CDs, Data discs, Data Images, and more."; fDesc[3] = "files using more than 10 audio filters. Like Silence, Reverse, Echo, Fade In, Fade Out, Audio-cleanup. The audio graph helps the user to know the current playback and exact position for using a filter or editing of sound."; fDesc[4] = "exact digital copies of your audio CDs using several technologies like multi-reading with verify and AccurateRip. When you install the program, it detects and configures your CD/DVD drives automatically, and lets you choose which one you wish to use."; fDesc[5] = "Avery product you want to use to print your task. If you don´t know the exact code, you can search the list for the right product."; fDesc[6] = "such handy abilities as generation of self-extracting images and automation of image processing operations."; fDesc[7] = "archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery."; fDesc[8] = "more. With this incredible program you can quickly and easily synchronize your selected files, including the exact number of files and subfolders as well as the content of those files."; fDesc[9] = "exact current time. Provided by free by WorldTimeServer.com, home of accurate times worldwide."; fDesc[10] = ", preserving the original quality and bit rate of the source file. Its straightforward functionality allows any user to easily open a file, select the starting and end cutting points, and save the selection in their system."; fDesc[11] = "and plant them in three different pots situated in a virtual grow room. Then, you´ll have to take care of that seeds, watering them. They will germinate and begin their life cycle, determined by their genetic structure."; fDesc[12] = "and DVD-ROM drives. The program will read audio CDs perfectly. This powerful software has got a friendly interface that will guide all users on how to use the program to get the most of it."; fDesc[13] = "understandable wizards, while the smart Paragon Engine, qualified with more than 10 years' experience, does the job"; fDesc[14] = "notes. The software has a mouse over magic feature. Whenever the user moves the cursor over the scripture reference, the entire verse or passage will pop up for the user to see. The windows can be combined into tabbed groups on the fly to better managing the desktop."; fDesc[15] = "the following languages: Japanese, English, French, Russian, German and Dutch. This versatile application can help you a lot, specially if you need a quick translation of any word into any of those languages."; 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 = '...'; } }