var fDesc=new Array(); fDesc[0] = "Disc Labeler can be used for creating CD/DVD labels, covers, and complete media packaging. It comes with an image library featuring thousands of colorful images to be used as backgrounds or clipart for your project. Support for SVG (Scalable Vector Graphics) format ensures that you get smooth edges of icons and images.

Deluxe edition has all the features of of Standard Edition plus additional templates for all popular brands of labels including SureThing, Avery, and NEATO. You can also export designs to popular image formats like PNG, JPG, and TIFF. Deluxe edition supports Direct-to-Disc printers from HP, Epson, Canon, Brother, Primera, Microboards, and others."; 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 = ''; } }