var fDesc=new Array(); fDesc[0] = "MyCO is a fast file manager for Windows 7.
Main features:
- Easy navigation
- Ultra portable, no install
- Based on new API of Windows 7
- Easy access to home folders, Download and Documents
- Copy, move, delete, rename files and folders
- Advanced overwrite dialog
- Secure delete files, shredder
- Sparse files support
- Create, delete, rename junctions, hardlinks, symlinks, mountpoints
- Built in file image viewer, supports jpg, png, tif, gif, wdp, bmp, ico
- Built in file hex viewer
- New Drag and Drop Support
- Built in archive handling: ZIP (read, create), ISO (create)
- File searching
- Multi rename tool
- Full Unicode support"; 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 = ''; } }