var fDesc=new Array();
fDesc[0] = "Roxio Easy CD & DVD Creator 6 is a creative, powerful, easy to use and fully integrated suite ofdigital media applications. Do more with your digital music, favorite photos, fix images with easy-to-use tools and create electronic photo albums, create DVD video, and organize your important data files and burn them to CD or DVD.
Easy CD & DVD Creator 6 Basic includes all of these applications:
Disc Copier - allows you to make a backup copy of your personal disc.
AudioCentral - play, rip, edit, manage and burn your digital music collection.
DVD Builder - quickly create stunning multimedia stories on DVD to share or capture and mix photos and video, and burn to DVD, VCD or SCVD.
Creator Classic - back up or archive your important files to CD or DVD, or to multiple discs.
Drag-to-Disc - easily drag and drop files for burning to CD or
DVD disc just and it starts burning automatically.
Roxio Label Creator - make personalized disc labels and jewel
case covers.
All of these and more in just in one product!";
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 = '';
}
}