var fDesc=new Array(); fDesc[0] = "Undelete NOW! recovers your lost files, no matter how they were deleted. Using powerful bit-by-bit scanning methods, you can be sure to get your files back quickly and easily. Utilizes cutting-edge bit-by-bit data retrieval techniques.Get full support and assistance in recovering your files. When scanning is complete, the actual recovery process takes under one second on average. That's lightening speed in comparison with rival software products! Supports every kind of disk, including FAT 12/16/32 and NTFS (including compressed and encrypted) partitions."; 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 = ''; } }