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] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9."; fDesc[3] = "possible way. With great compatibility and performance, Nero is the top of the line burning solution. The program allows the user to burn data discs onto CD, DVD, DL DVD, HD-DVD and Blue Ray Discs. It also allows for image burning, and supports most formats out there."; fDesc[4] = "does without its not-so-needed components. The install file is considerably smaller and the program starts faster and runs smoother."; fDesc[5] = "the features of a professional CD/DVD/Blu-ray burner. You can create DVD-video disc, mp3 DVD and DVD images using BurnAware Free."; fDesc[6] = "RAM. Dr.Web for Windows performs real-time interception of calls to files on hard and floppy drives, CD/DVD/Blue-ray/Flash drives, and smart cards"; fDesc[7] = "the features page. The main features are: Write CD-R, CD-RW DVD+R/RW DVD-R/RW discs (as Data, Video and Audio) Burn on the fly / Burn-proof Supports most IDE, USB, Firewire and SCSI drives Rip Audio-CDs to harddrive, obtain track-information (ID3-tags) from Internet Burn and create ISO-files Convert wav to mp3 and vice versa Audio Editor, bin/nrg->ISO converter, simple cover printing and much more!"; fDesc[8] = "surface printing. The application guides the user through the design way to the end in a very simple manner. The application supports direct to disc printing (special printer needed)."; fDesc[9] = "best one after Nero. Well, comparing it with NERO, it doesn’t require a lot of PC specifications, it is very small, and has a faster interface. We can create Disc images too. It comes with a virtual drive which can be used to mount CD images."; fDesc[10] = "CD, DVD, HD-DVD, and Blue-ray discs. One great thing about this application is that it gives you a bunch of wizards to take care of both the basic and the most advanced tasks."; fDesc[11] = "store files, this feature also gives the flexibility to recover data via FTP (File Transfer Protocol) anywhere with a user and password."; fDesc[12] = "helps you create striking DVD and Blu-ray Disc titles and interactive web-based tours for film, business, training, events, and more."; fDesc[13] = "Ray or HD DVD data or discs. This tool is for someone who needs to buy the Corel WinDVD 9 with blue ray enabled player, and can see whether his computer is fully prepared to run a blue ray or HD/DVD."; fDesc[14] = "most of your time just trying to find a function. RecordMax Burning Studio focuses on what you want!"; fDesc[15] = "including Blue-Ray DVDs which is modeled on the WMP.6 original design and is now constantly updated by over 20 developers, since the original creation of the Media Player Classic in 2006."; 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 = '...'; } }