var fDesc=new Array(); fDesc[0] = "Power CD DVD Recovery is a powerful yet easy-to-use, windows based data recovery software that allows you to recover lost and deleted files from damaged, scratched or defective CD and DVD discs. This incredible software supports data recovery from all CD and DVD disc types (CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-R, and DVD-RW), and from quick formatted RW discs. What is more, the application features a very simple and step-by-step user interface that will guide you through the several stages of the recovery process making it easier and faster. All you have to do is click the "Start" button to launch the Recovery Wizard and then wait until the scan is complete. You will get your deleted or lost files back in a few minutes. In addition to this, the program has the ability to preview image, music and ascii data, and also to resume the last recovery result. Moreover, it recovers data from ISO9600, Joliet, UDF and FAT32 formats, and also finds and recovers deleted files from RW discs that have been deleted through Quick Format mode."; 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 = ''; } }