var fDesc=new Array(); fDesc[0] = "The software which carries out file recovery or information recovery is ideal for operational system Windows. This is good and fast software which can make data restoration of such file systems as FAT, NTFS. In case of flash card damage with media files (photo, images, audio or video) or texts in a folder «My files» try to be engaged in data recovery and the result will be positive."; 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 = ''; } }