var fDesc=new Array(); fDesc[1] = "would like to create, this program automatically choose folders containing music files, documents or video files. You can also select additional files, folders and subfolders manually."; fDesc[2] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion."; fDesc[3] = "data CDs, video and data DVDs, or data Blu-ray discs. This application is very intuitive and easy to use. You just have to drag the files you want onto the Express Burn icon and click on the Burn button, and in a few minutes you can enjoy your CD, DVD, or blu-ray disk"; fDesc[4] = "CDs containing all of your favorite songs: audio CDs for car or home CD player, Exact copies, Jukebox CDs, Data discs, Data Images, and more."; fDesc[5] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs."; fDesc[6] = ", downloads, soft copies, security purposes, etc. Physical and virtual drives can be locked by Virtual CD to protect their use or contents."; fDesc[7] = "program, every time when you connect player to the computer, will start up offering you to check if there is any media files on the drive. The program has handy interface."; fDesc[8] = "CDs and DVDs, make bootable data CDs and DVDs, create multisession discs. gBurner is also a disc image file processing tool, which allows you to open, create, extract, edit, convert and burn ISO/BIN image files."; fDesc[9] = "Music Studio 3 offers all the basic tools that you may need to manage your music like, a batch converter that can convert any mp3, ogg, wav, wma and flac files using custom bit-rates and channels."; fDesc[10] = "(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[11] = "to your CD, DVD and other media, jewel case inserts, covers and more. Once you start the program, a wizard will guide you to create and print Disc Labels, Discs with Jewel Cases, Discs with DVD Cases, Discs with Inserts or Mini DVDs."; fDesc[12] = "an easy and fast way. All burning functions are perfectly classified within its easy-to-use tabbed interface, and even drag-and-drop feature is supported."; fDesc[13] = "easily create a cover using the Creation Wizard to read the track lengths of an Audio CD, get album information over the internet (CDDB), read CD-Text, or create a directory structure for Data CDs."; fDesc[14] = "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[15] = ", ISO Files, and Audio CD's from MP3, MP2, WMA, WAV, AVI and OGG files."; 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 = '...'; } }