var fDesc=new Array(); fDesc[0] = "CDPrintExpress allows you to create a perfect master for CD printing in a few minutes. Creating your own master saves time and cost.
CDPrintExpress allows you to open the photo image (photo from digital camera or scanned image), zoom in to the area of the photo that you want on the CD face, insert text and artwork into the image (drag and drop), review the final design, save the image."; 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 = ''; } }