var fDesc=new Array(); fDesc[0] = "GCFExplorer is an application which lets you explore .GCF files and extract their contents.

Main Features:

- No need of .NET Framework.
- User friendly interface similar to Explorer.
- Extract any file or directory from GCF.
- Extract Encrypted files using proper Decryption Key.
- Validate any file or directory from GCF.
- Shell execute (preview) any file from GCF.
- Detailed information about file or directory in GCF.
- Defragment GCF files.
- Fixing GCF header.
- Search for files in GCF.
- Configurable interface.
- Drag&Drop support.
- Recent menu for opened GCFs.
- Detailed log with possibility to save it."; 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 = ''; } }