var fDesc=new Array(); fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[2] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites."; fDesc[3] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning."; fDesc[4] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[5] = "(e.g. red eye) or get creative. Use for web, email, or print. Photoshop plugins, animation, and much more. FREE. Registration required."; fDesc[6] = "the three games is to collect as much money as we can, so that the money meter reaches the highest position and we move on to the next level. Each game features three levels of difficulties: easy, normal, and hard."; fDesc[7] = "code editing, HTML 4.0 support. Includes fonts, GIFs, scripts, etc. Award winning. FREE. Registration required."; fDesc[8] = ", the program includes anti-spyware protection to ensure that your computer remains safe and will not be affected by internet attacks."; fDesc[9] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java."; fDesc[10] = "Wise Disk Cleaner Pro is a very good pc harddisk cleaner for your computer. Wise Disk Cleaner Pro scans your pc space for rarely used softwares and allows user to choose which softwares/contents to be removed from the harddisk."; fDesc[11] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now."; fDesc[12] = "create a mask that preserves the details you want and even removes unwanted ambient color contamination caused by reflections and transparency."; fDesc[13] = "money by making your inkjet cartridges last longer, up to 400%."; fDesc[14] = "protocols. Serv-U includes industry-standard SSL encryption and a built-in, browser-based transfer client."; fDesc[15] = "record and enhance your audio files. Free Audio Editor 4.9 has got a very friendly interface that will guide all users on how to get the most of this program."; 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 = '...'; } }