var fDesc=new Array(); fDesc[0] = "DVD Data Rescue is a windows based application designed specifically to recover lost and deleted files from damaged, scratched or defective CD/DVD/HD-DVD/BluRay discs. With this products you can easily recover unreadable files, folders, or deleted files. Includes the UltraRescue recovery mode for completely messed up discs, and the AccuRescue exclusive technology for damaged discs recovery. Recovers files from discs recorded by all common disc writing software. Features full real support for discs recorded with UDF packet writing software: DirectCD (including old versions/compressed discs) InCD, packetCD,etc. Also supports discs recorded by Sony digital cameras. Supports all disc types, including Mount Rainier/EasyWrite MRW discs even in non compilant drives, and recovery from quick formated RW discs. The recovery wizard allows to scan and recover files in the easiest way, nonetheless the user can configure the recovery options in the main window to achieve the best recovery results. The fully functional free trial version allows to preview the recovered files with the internal viewer before purchasing."; 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 = ''; } }