var fDesc=new Array(); fDesc[0] = "With CDClick i-Studio, the CD/DVD traditional publishing won’t stay the same for too long.
CDClick i-Studio is a freeware publishing program that allows expert and neophyte users alike to create the content and the label of their disc at their home or premises.

When the job is validated, the disc image can be safely uploaded to CD-Click “Virtual CD/DVD Factory”
and the order placed online for one to hundred discs

This is what CDClick i-Studio can do for you:
Choose the best media for your project: CD, DVD, Blu Ray, MiniCD, MiniDVD, Biz Card CD
Create the ISO file with your digital content and burn your master disc with your PC
Create your music compilation with your favorite audio tracks and burn your master disc with your PC
Burn your disc to make sure your master disc runs or plays as expected
Serialize your labels, merge text with images and insert bar codes
Save your job for future use
Upload your job to CD-Click CD/DVD Virtual factory
Place the order for one to hundred discs online."; 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 = ''; } }