var fDesc=new Array(); fDesc[0] = "Get the incredible power of creating labels for CDs and DVDs at your finger tips with highly efficient cdrLabel 7.1. This smart application allows you to create wonderful labels for CDR, CD-ROM and CDRW disks as well as images for jewel boxes and booklet labels. It has been added with some newly advanced features to make it more versatile. You can create labels in various formats like circular, standard, slimline and booklet. It comes with four default plug-ins; MP3 Renamer, File Numberer, Brightness and Contrast editor, and Image Rotator. One can also add some more plug-ins and graphics. With cdrLabel, you can exchange information with other tools via its automatic scan facility, modify and create text and images with various colors and font options, can read MP3, MP3, WMA, and OGG Tag information, import BMP, JPEG and GIF images, export BMP, PNG images and much more. Apart from all this it’s GPL’s database access with Internet can delivers all the information about; audio CDs and its artists, create a distinctive disc ID, scan and name audio CDs. It is truly compatible with Windows 98, ME, NT, 2000 and XP and helps the novice user with optional help windows. ."; 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 = ''; } }