var fDesc=new Array(); fDesc[0] = "NTFS Streams Info is a GUI based tool designed to easily detect the presence of Alternate Data Streams (ADS) in NTFS files and folders on local computers and across local network. With this tool you can also create, write, rename, delete and export ADS. NTFS files contain one primary stream and one or more alternate data streams. The problem is that NT comes with no utilities to list any stream other than primary stream in a file. This tool can help you to learn a secret of you computer. For all person who don't like any secret features on his computer."; 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 = ''; } }