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] = "and watch the latest movies on Blu-ray Discs and HD DVDs, or are you simply looking for the best home-theater playback quality available for DVDs? DVD Suite 6 Ultra for creating discs of your high-definition video content, editing videos automatically, and watching Blu-ray Discs and HD DVDs."; fDesc[3] = "user interface is built around a simple 4-step workflow comprising: Capture mode (to capture feed from different sources); Edit mode (Import Media, Trim, Fix/Enhance with Magic Tools, Add Effects) etc."; fDesc[4] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology."; fDesc[5] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting."; fDesc[6] = "installments, office functionalities without the need to load the whole operating system, Program 4.x series removed the preboot functionality for no documented reasons, focusing now on bringing the best experience within Windows, MediaDirect 4 now supports Bluray!"; fDesc[7] = "disc support, security features and an all-new, slick Windows Vista interface."; fDesc[8] = "can easily convert your simple computer into a digital media center; you only need to have Windows Media Player 9 or above as well as DirectX 9 or above. This tool has a highly enriched user interface to appeal current users."; fDesc[9] = "letting you carry out back-ups in many ways. With PowerBackup you will be able to archive folders, files and hard drives to an external source such as an external hard drive. You can choose to back up all your files or use filters to select them."; fDesc[10] = "beginning in December, 2004. The software provided you with access to browsing and playback functionality for digital music, pictures, videos and DVDs, in a simple and easy-to-use interface."; fDesc[12] = "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[13] = "clips, music, slideshows) on CD, DVD, and Blu-ray discs. Special options include templates of theme menu for DVD navigation, possibility to record TV shows, create audio discs with MP3, WAV or WMA files, and also data backup."; fDesc[14] = "innovative interface, extremely easy to use and designed to support your remote control, you can browse tons of sports video stored on your hard drives. Maybe the most innovative feature of this application is the automatic highlights detection in your videos."; fDesc[15] = "incredible application enables you to watch your TV shows from any place in the world and remotely access photos, music and videos directly from home, without the trouble of uploading them."; 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 = '...'; } }