var fDesc=new Array(); fDesc[1] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions."; fDesc[3] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD."; fDesc[4] = "supports both single-layer and double-layer recordable DVDs. You just need to select your DVD files from any VIDEO_TS folder, and the burner you want to use. Adding a title to the disc is optional."; fDesc[5] = "(accepts MP3, WMA and M4A formats); any kind of data (docs, images, etc) and will let you backup your HD according pre-selected categories."; fDesc[6] = "hard-diskhard disk. So it facilitates keeps the user from losing the information saved on CD’s DVD’s, etc., in case of scratches by copying it on a hard drive and even providing an option to run the same with the help of a virtual drive."; fDesc[7] = ", can turn your photos into DVD movies with Hollywood style motion effects, can convert other video formats to DVD"; fDesc[8] = ", working with the same interface used to create standard-definition DVDs and incorporating features like Blu-ray advanced subtitles and menus, as well as recording a double layer."; fDesc[9] = "CopyToDVD you can back up audio (from MP3, WMA, Ogg Vorbis, MusePack and APE file formats), games, videos, photos and data files (including ISO/Joliet/UDF formats)."; fDesc[10] = "video files that you can then burn into a single-layer recordable DVD disc. You can shrink the whole DVD or just the main film in it, and customize the output files to fit either a 2.5 Gb or a 4.7 Gb disc. This efficient software uses the open source ShrinkTO5 DLL for high-end results."; fDesc[11] = "high-quality audio DVD's, CD's, and data discs. It allows up to 6 hours of full CD-quality songs or 45 hrs of Dolby Digital Audio or MP3 on a DVD disc."; fDesc[12] = "clicks - either complete with all the extras or just the main movie only, in selected audios/subtitles. 30-day money-back guarantee!"; fDesc[13] = "Single-Layer Mode) or 8.5 GB(DVD9 in the Double-Layer Mode) and supports all dvd writer and media. Amazon DVD Shrinker will handle all DVD contents like Menus, Audio tracks, language, subtitles and etc.Amazon DVD Shrinker uses an internal decryptlayer, and it can copy and shrink the protected commercial Video DVD for private use. Amazon DVD Shrinker also includes a built in Video DVD burner, so you can really make any copy of discs for your favorite DVD Movies."; fDesc[14] = "layer DVDs, add title groups with menus and create the DVD in different outputs. You can add video, audio files, and subtitles. AviSynth is required for DVDforger in order to work - it is included with DVDforger’s installation file."; fDesc[15] = "that you can backup your collection and avoid loosing your movies for different reasons. It supports DVD-R,DVD-RW, DVD+R, DVD+RW, DVD-RAM, DVD_RW burners, and NTSC/PAL DVD movies."; 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 = '...'; } }