var fDesc=new Array(); fDesc[0] = "CD&DVD Label Maker is a free and neat piece of software to design and print your CD, Mini-CD, and DVD disc labels and covers. It allows you to print your labels in the most popular CD printers, like EPSON, Canon, Microboards, Primera, and Rimage. You can save your designs in BMP, GIF, JPG, JPEG, and PNG.

Designing your CD, Mini-CD, and DVD labels and covers is really easy with CD&DVD Label Maker. You can use any GIF, PNG, JPEG, BMP, ICO, EMF, or WMF image for the background of your design, and then add your own texts, with the fonts, sizes, and colours you prefer. You can also add lines to combine with your text. Images can be resized and stretched to its maximum width or height with just one click. This, together with the zoom functionality included in the program, makes it really easy for anyone to find the right size for any design.

Once you have found the right layout for your label or cover, you can re-use it as many times as you wish without repeating the same process –by changing the template and making the necessary adjustments, you can use the same layout for the cover and the label, or for a CD and a Mini-CD cover."; 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 = ''; } }