var fDesc=new Array(); fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player."; fDesc[2] = ", 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[3] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs."; fDesc[4] = "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[5] = "unnecessary elements (foreign language audio or subtitles, extras, additional footage) from the target DVD or just by compressing the existing contents. After setting the desired parameters, you can record your new DVD, or backup it to hard disk."; fDesc[6] = "and DVDs. You can choose between several static and animated menus and preview everything before burning the disc. You can also burn standard DVD files (VIDEO_TS folders containing files. VOB. IFO and. BUP)."; fDesc[7] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc."; fDesc[8] = "This version also added full support for Blu-ray AACS MKB15."; fDesc[9] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD."; fDesc[10] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying."; fDesc[11] = "You can burn your video directly to a DVD without copying files to the PC hard drive, saving both valuable time and space. And at the same time, the burning meets the standard requirements, so, then the DVD can be played on any home DVD player."; fDesc[12] = "copy DVD movies if they have not been decrypted. The compatible copier programs are: 1Click DVD Copy, Nero, Intervideo DVD Copy, Roxio, and Pinnacle DVD Copy. System requirements: Microsoft Windows 2000, XP, and Vista."; fDesc[13] = "them to a new DVD. It can copy DVD-5/DVD-9 type DVD movies to DVD-9(Dual Layer) disc, also supports the compression of DVD-9 type DVD movies to DVD-5 disc."; fDesc[14] = "movies. It presents lots of useful features and tools including a video editor to crop and add effects, video triming, a PSP movie manager, and an iPod video transfer manager ."; fDesc[15] = "For starters, DVD Copy Express will take care of any protection your DVD movie might have, making it ideal for backing up your movie collection."; 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 = '...'; } }