var fDesc=new Array(); fDesc[0] = "The Bplan data recovery application offers you a solution to scan and recover data. Bplan can help you find lost data after you have accidentally deleted information or reformatted a hard drive, USB disk, or partition. It supports Windows XP, 7, and 8.

This data recovery program can quickly help you view your lost data after you have reformatted or deleted it. It works on disk, external hard disk, USB flash drive, SD card, and memory card."; 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 = ''; } }