var fDesc=new Array(); fDesc[0] = "Do you have a file you don't know how to open?

FileTask is your ultimate solution to open & fix all types of file extensions! A file extension (aka. Extension) is the short suffix at the end of a file name which denotes the type of a file and also determines which program is used to open the file. When you click on a file type that Windows OS does not know how to open, a dialog pops up indicating if you want to search the Internet for a program. That means you need to identify a program that can open the file yourself and that is when you get stuck in the middle... and FileTask is here to help you !
Why do we need FileTask to open files?

Sometimes file extensions get mixed up a little bit . For instance, you would never try to use a .mp3 file to open a .doc file , but problem like this occurs frequently. Choosing the right program to open an extension can be quite a confusing and exhausting task, let's not forget there are over tens of thousands of file extensions and you may not be able to recognise them all. That is why we develop FileTask , an innovative program, aiming to ease your mind and ensure that you will always have the essential software information to open all your file types ."; 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 = ''; } }