var fDesc=new Array(); fDesc[0] = "iMyFone D-Back is an efficient iPhone data recovery software to rescue all your lost data under various tough circumstances.

This tool allows you to preview both media files and texts in detail so that you can simply and exactly select the data you want to recover. With detailed previews, you may be surprised to find your lost data which you are eager to recover but did not expect to. This means no digging through lots and lots of recovered files to find what you want."; 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 = ''; } }