var fDesc=new Array(); fDesc[0] = "OSpeedy SD Card Recovery is a powerful data recovery program which recovers lost, deleted, corrupted or formatted photos, video and audio files from hard disks and various memory cards including SD Card, MicroSD, USB memory stick and more. It can recover SD Card under all conditions and it supports devices by all manufacturers."; 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 = ''; } }