var fDesc=new Array(); fDesc[0] = "DownloadFileOpener provides an easy way to find the very file viewer that you need! Supports over 6000 file types. Database is reviewed daily to provide accurate and updated information about file extension types. Guide you to find the most suitable file viewer/opener program for your PC, and provide support and assistance to open and view your files.
Find and install your file viewer in only 3 simple steps.

MS Technology Inc. develops PC software and tools that help users maximize the potential of their PC. As computers expand our connections to the world, new applications and services require PC users to open and convert files formats that are sometimes new to their PC."; 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 = ''; } }