var fDesc=new Array(); fDesc[0] = "Create CD/DVD labels and covers

Design and print CD and DVD labels on Windows or Mac.

- Quickly create professional labels and covers
- Personalize labels with your own photos and artwork
- Easily arrange and format label images and text

Use Disketch to create CD and DVD labels as well as cover images for jewel cases. You can import your own artwork, or set a simple background color and organize artist information along with track lists."; 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 = ''; } }