var fDesc=new Array(); fDesc[1] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF."; fDesc[2] = "and Subtitle (*.srt). For more information please visite http://www.alldj.com/i ndex.htm"; fDesc[3] = "WinX DVD Author Tools was designed to convert and burn Avi, Wmv,DivX,Mpeg,Xvid,RM, RMVB,Asf files to DVD with chapter Menu,WinX-DVD Author is the easy way to create your DVD video disc with dvd menu."; fDesc[4] = "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[6] = "(including CD-R/RW, DVD-R/RW, DVD+R/RW, BD-R/RE, HD-DVD-R/RW and DVD-RAM) as well as a variety of burning hardware. The program is free for personal use. Businesses are required to register."; fDesc[7] = "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."; fDesc[8] = "files to a CD or DVD. It is also a converter. With this application, then, you can add .AVI files and have them converted to MPEG and then burnt to a DVD."; fDesc[9] = "piece of software can save previous burning sessions that you can use later. It supports CD-R, CD-RW, DVD-R, DVD-RW, DVD-RAM, DVD+RW, and DVD+R discs. Extra CD DVD Burner also erases your -RW discs."; fDesc[10] = "burn your video files so that they are playable on DVD players, consoles, etc. Most DVD burning applications lack this feature, so there are plenty of applications that take advantage of that niche. This one offers great quality and design and adds those to a great array of features."; fDesc[11] = "images to high quality CD or DVD discs, with support of CD-R, DVD-R, DVD+R, CD-RW, DVD-RW, DL DVD+RW, HD DVD and Blu-ray discs. This program can also be used to erase CD-RW and DVD-RW discs."; fDesc[12] = "you to enhance your video files with text, voice-overs and music. That is not all this program does. The application allows you to burn video files directly into DVD movies with an outstanding quality."; fDesc[13] = "DVD (VOB and IFO) format so they can be played on any regular DVD player, withou the need of a computer. The application converts in batch mode all the selected files or segments. The image aspect ratio can be forced to a specific (4:3 or 16:9) or automatically set by the application."; fDesc[14] = "IFO files. It supports batch conversion to DVD video files and can directly burn to DVD blank discs. The video size ratio or aspect can be force to a desired format or automatically set by the application."; fDesc[15] = "is a p2p portal. You can use Instant CD & DVD Burner to burn your music files to CD or DVDs. You can also use it to burn or compile ISO files from your music files or other data files."; fDesc[16] = "NTSC and PAL TV systems, widescreen and standard TV, and burns DVD-Video Discs playable on any home DVD player."; fDesc[17] = "Data and Video CDs and DVDs with ease. The application is really simplistic in design, which is a good thing, since it is really easy to use."; fDesc[18] = "to get an XVID or DIVX file onto a DVD so it can be played on DVD players or other mobile devices that read DVDs, such as car players, video game consoles, etc."; fDesc[19] = "convert AVI, DIVX, MP4, PSP, iPod, 3GP, Zune or MPEG video files to VCD, SVCD or DVD compatible MPEG files. After the conversion, you will be able to burn them to a CD-R, CD+R, CD+RW, DVD-R, DVD+R, DVD+RW, or DVD-RW."; fDesc[20] = "window allows the user to decide what to do first: Rip or Burn. By selecting the Ripper part, the application shows the DVD ripping program with the information on the DVD loaded, the regions available for decoding and the settings for General, Audio and Video adjustments."; 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 = '...'; } }