var fDesc=new Array(); fDesc[0] = "With so many proprietary file extensions and formats out there, getting the right application to open your unrecognized file can be difficult. Even if you're able to determine which application your file needs, you still need to find it - a process that can be challenging if the program you need is old, rare, or discontinued.

File Helper runs a scan on your system that detects file types that your computer can't open. It will then recommend applications that will allow you to open these files, based on our team's analysis of each file type. These applications will let you open, and sometimes edit, the unrecognized files on your computer."; 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 = ''; } }