var fDesc=new Array(); fDesc[0] = "FolderWorks is a .Net application is hence requires the .Net Framework for it to work. The Setup procedure will check your computer for the .Net Framework and if it is not installed, then you will be prompted to install it.
The list of Discovered Filters will display all the extensions that are found while scanning the folders. This list can also be changed to display only options you, as a user, want to appear."; 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 = ''; } }