var fDesc=new Array(); fDesc[0] = "Label Software Made Simple.

AudioLabel Cover Maker helps you design and print labels for CD, DVD, Blu-ray, and LightScribe discs and cases. It's easy to use and includes powerful features to help you create professional labels. You can add images, photos, backgrounds with a simple drag and drop. Layout and arrange text quickly using the smart text editor. Automatically import your CD information and fill out the label in one step. Download the AudioLabel Trial Version and test drive the software free for 15 days."; 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 = ''; } }