var fDesc=new Array(); fDesc[0] = "Easy CD & DVD Creator 6 is an excellent, wide, easy to use and full program of digital media applications. Obtain more out of your digital music, photos, and images with the easy tools that it contains. Create photo albums, create DVD videos and organize your important data files and store them to a blank CD or DVD.
Easy CD-DVD Creator contains these applications (may vary on between different versions):

Creator Classic. Back up your important files to a CD or DVD, or multiple discs.

Drag to Disc. Drag and drop files for burning to CD or DVD disc just and start writing automatically.

Disc Copy. Enables the user to make a backup copy of a personal disc.

Audio. Edit, rip, manage and write a digital music compilation.

DVD Build. Quickly create multimedia stories on DVD to share or capture and mix photos and video, or burn to VCD or SCVD.

Label Creator. Make personalized disc labels and jewel case covers.

Excellent choice to start your own digital compilation of those memories, all in this suite!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }