var fDesc=new Array(); fDesc[0] = "FileIdentify, as it name indicates, is a piece of software that helps users to identify those files that cannot be read due to an error in their extensions. This program recognizes which type the file in question belongs to and gives it the correct extension, so that it can be opened with the associated program. This software is delivered on a freeware basis to InfinaDyne customers exclusively. We can use this utility in conjunction with some data recovery applications, which are developed by the same company, such as CD Rx Data Retriever, and CD/DVD Diagnostic."; 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 = ''; } }