var fDesc=new Array(); fDesc[0] = "2xExplorer is a free, lightweight Norton Commander type (dual-pane) file manager for Win9x/NT4/2000/Me/XP, fully shell-integrated. Easy navigation and loads of tools make it a good replacement for Windows Explorer, for the advanced user and the novice alike.
MAIN FEATURES
* Dual pane layout with extra tree in a dockable pane
* Internal text editor (and RTF/HEX viewer)
* Thumbnail preview pane for images, HTML, office documents
* Lightweight folder synchronization
* Advanced FileFind command
* Automatic building of batch files (e.g. for mass renaming)
* Loads of keyboard shortcuts
* Integrated ZIP file management (for winXP)
* Printing of folder contents and other statistics
* Wildcard-based filters"; 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 = ''; } }