var fDesc=new Array(); fDesc[0] = "The tool will effectively restore information lost after a system accident, firmware malfunction and user error. Supporting all versions of the FAT file system including FAT12, FAT16 and FAT32, Hetman FAT Recovery is designed to recover files and folders from hard disks, USB pen drives, and all popular memory cards including the latest mini- and micro- varieties. In addition, the tool can recover information directly from many models of digital cameras, tablets, mobile phones and audio players."; 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 = ''; } }