var fDesc=new Array(); fDesc[0] = "RescuePRO Deluxe allows you to recover deleted files from SanDisk products and all types of digital media. The program can recover a variety of file types including images, video, documents, music and hundreds of other popular file types. Featuring innovative recovery algorithms, the program displays previews of the recoverable data. It also features a world-wide first recovery algorithm for MPEG audio and MPEG video recovery (MPEG-1/2/3).

The Commercial version is designed for those businesses wishing to perform recoveries for their customers."; 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 = ''; } }