var fDesc=new Array(); fDesc[0] = "File Mender corrects the program associations of unknown file types. If you install and uninstall programs frequently, the file type associations may be wrong. This program scans the PC for file type associations and instructs the user to download the suitable applications.

I would not recommend buying this costly program since most file type association could be corrected using the "Default Programs" in Windows 7 Control Panel or by a simple web search."; 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 = ''; } }