var fDesc=new Array(); fDesc[0] = "Just Manager is a feature packed, versatile, multi-tabbed multi-pane file manager for the Windows operating system. It is available in both x86 and x64 versions. Despite its many features it is relatively small and efficient.

Features:

- Multi-pane interface (1 to 16 panes)
- Multi-tabbed (1 to n tabs)
- Supports all modern versions of Windows with both x86 and x64 versions
- Drag & Drop operations
- Color and font highlighting for file/folder extension and attributes
- Standard file operations (move, copy, shortcut)
- Map and disconnect network drives
- Favorite and system folders support
- Built in FTP client
- Fully customizable interface
- UNICODE support
- Multi-lingual support
- 100% free"; 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 = ''; } }