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] = "video files, including high-definition AVCHD. Author your videos, adding high definition disc menus and Dolby Digital 5.1 sound, edit and enhance your movies, and burn them to almost any type of disc. It also includes a suite of tools to copy, rip, and erase your discs."; fDesc[3] = "you can play all region DVDs on all DVD drives even if you have changed the region code 5 times"; fDesc[4] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!"; fDesc[5] = "version now incorporates CPRx? technology to ensure the highest level of success copying the latest generation of DVD movies."; fDesc[7] = "diverse feature set is perfect for audio and broadcast production, multimedia and Internet content development, remixing, and sound design."; fDesc[8] = "files (*. wma, *. asf), AAC files (* . Aac), Apple Lossless Audio files (*. m4a), MPEG-4 files (*. mp4), Dolby Digital AC-3 files (*. ac3) to MP3, WAV, WMA, OGG, APE, FLAC, MPC and VOX files, quickly and without tangling."; fDesc[9] = "helps you create striking DVD and Blu-ray Disc titles and interactive web-based tours for film, business, training, events, and more."; fDesc[10] = "clicks - either complete with all the extras or just the main movie only, in selected audios/subtitles. 30-day money-back guarantee!"; fDesc[11] = "Through this player you can play all region DVDs on all DVD drives even if you have changed the region code 5"; fDesc[12] = "convert to the MPEG-4 format video files saved under the MPG, MPE, MPEG, DAT, AVI or VOB formats. You can specify the TV format you want the target file to have (PAL or NTSC), the default locations and naming through the \"Preferences\" option."; fDesc[13] = "archiving needs. Capture, edit and add all kind of menus and effects to your videos, or make slideshows with your favourite photos, or create your own data or audio discs, and burn your media to CD, DVD, HD DVD or Blu-ray discs."; fDesc[14] = "SRS WOWXT - Circle Surround II- and Spatializer technology- Users can experience 6.1 Surround even with 2 speakers!"; fDesc[15] = "tool as a standalone application, and it is also included in Elecard AVC HD Suite. This Editor is intended for those who work with AVCHD digital video cameras produced by Panasonic, Sony, and others."; 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 = '...'; } }