var fDesc=new Array(); fDesc[0] = "WinAVI iPhone Data Recovery is a program that enables you to restore your lost data from your iPhone. The program mainly concentrates on photo and contacts recovery. It enables auto-scanning, indexing and searching. Before recovery, you can preview the files with ease, these files can be sorted by size and the contact information can be viewed from A-Z."; 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 = ''; } }