var fDesc=new Array(); fDesc[0] = "Unreal Commander's characteristics:

Two-panel interface
UNICODE support
Extended search of files
Multi-rename tool
Synchronization of directories
Support of archives ZIP, 7Z, RAR, CAB, WIM, TAR, GZ, TGZ, BZ2, TBZ2, LHA, ARJ
Built-in FTP client
Thumbnail mode
Folder tabs
Support of WLX/WCX/WDX plugins
Build-in viewer and quick view function
Network support
Drag and Drop Support
History and Hotlist functions
Copy/move/delete files background mode support
Deleting files with WIPE
Background pictures support
Visual styles: color categories of files, fonts for all interface elements
and more."; 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 = ''; } }