var fDesc=new Array(); fDesc[0] = "Discover Droppix Recorder, the full-featured, user-friendly and easily accessible solution by Droppix for copying, burning and printin all your discs, CD, DVD and Blu-ray discs!

No need to switch between several windows! With Droppix Recorder you can not only easily burn, customize, and manage the content of all your media but also create your labels with LightScribe discs and label your LightScribe discs.

Whether you want to create your own music compilations, print a Lightscribe disc label, save your vacation memories, make a copy of your favorite CD, or simply back up your important data files to CDs or DVDs ... Droppix Recorder makes it simple!"; 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 = ''; } }