var fDesc=new Array(); fDesc[0] = "Finalseeker Data Recovery is a program that allows you to recover lost data from hard drive, memory card, USB Flash drive and other storage devices. The program can help you recover lost files caused by accidental deletion, formatting, partition, apps crash and virus attacks."; 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 = ''; } }