var fDesc=new Array(); fDesc[0] = "Explorer++ is a free multi-tab file manager for Windows.
Available on Windows XP and above, it features the same familiar interface as Windows Explorer, while introducing several enhancements and improvements for a much richer file browsing experience.
Explorer++ running on Windows Vista
Features:
With the option to save to the registry or a configuration file, Explorer++ is completely portable.
Tabbed browsing for easy management of multiple folders.
Display window shows previews of files as they are selected.
Easy-to-remember keyboard shortcuts for quick navigation.
Customizable user interface.
Full drag-and-drop support with other applications, including Windows Explorer.
Advanced file operations such as merging and splitting supported."; 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 = ''; } }