var fDesc=new Array(); fDesc[1] = "totally intuitive interface similar to Windows Explorer (with check boxes next to files and folders) that will allow you to select the files and folders you want to back up, the destination and filename, and any optional settings."; fDesc[2] = "and video libraries and download online information about the artists. Besides, you can create photo slide-shows and edit your videos with special effects."; fDesc[3] = "any source and use it directly in your project adding effects and inserting audio. The program offers you all that you need to make a great customized video. Once the work is done, it’s easy to put it on CD, DVD or Blu-Ray, including the printing of your own personalized labels and cases."; fDesc[4] = "daily backups, because every time you save a file to your hard drive, Shadow makes a copy of it. The application has a really easy to use and simple user interface, which makes the backup process even faster and easier than ever before."; fDesc[6] = "range of storage media. This incredible program backups and restores your entire hard drive partitions, or create bootable recovery images on CD/DVD and hard drives."; fDesc[7] = "two-sided front and back covers for your discs with your own playlists and menus. The program comes with a rich library of template designs. You can choose a template there to design your disc or add your own one."; fDesc[8] = "playback images, capture image, record DVD and so on. The program supports a lot of disc formats (DVD-Video, DVD-RAM, DVD-RW, VCD, etc.), video file formats (AVI, SWF, WMV, DV, VOB, etc.) and audio file formats (WAV, MID, WMA, MP3, CDA and others)."; fDesc[9] = "few EasySteps. Perfect for all your recording needs! fast burning in a few easy steps. Safeguard, Organize and Share all of your files with one, easy-to-use CD and DVD burning solution. Whether you"; fDesc[10] = ", photos and video on CD and DVD discs. NTI Media Maker 8 includes NTI Photo Maker™ to quickly import, edit and share digital photos and slideshows; NTI Digital Jack™ for playback of music collections; and NTI Ripper™ for ripping and archiving music."; fDesc[11] = "minutes. Thanks to its intuitive and easy to use interface, making copies of your data files has never been so simple. You just drag and drop the files or folders you want to copy to the FileCD window."; fDesc[12] = "media. This incredible program backups and restores your entire hard drive partitions, or create bootable recovery images on CD/DVD and hard drives."; fDesc[13] = "Enjoy one-button Rip, Play, and Burn! NTI Ripper offers fast auto-archiving and auto-file naming of your entire digital music collection. NTI Digital Jack™ lets you playback your audio files right from your PC and includes a library of popular playback preferences to enhance your listening experience. NTI Burner™ brings you seamless, one-step burning of your digital music files directly to disc. Ripper Suite's fun and easy to use car stereo interface comes complete with 10 display colors and 3 skins to choose from. Supports MP3, WMA, WAV, and OGG file formats."; fDesc[14] = "who need to store confidential information. It is a program that lets you create protected partitions practically on any flash drive. The new version gives the access to the secured information stored on private partitions from any PC."; fDesc[15] = "drop your files from any Windows application directly to your optical drive without using any additional burning software. The program formats discs in that way you can use it as a hard disc or floppy disc."; 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 = '...'; } }