var fDesc=new Array(); fDesc[0] = "File Folder Access Control DLL v1.0 is to hide or deny access to files, folders and registry keys on the Microsoft Windows family of operating systems (Windows NT-based systems, including Windows 2000 and Windows XP). It provides the ability to completely hide the presence of an application and discourage tampering. You may: Use the Software on any single compute for one year from the date of installation; Use the Software on a second computer so long as only one (1) copy is used at a time; Use the Software on a network, provided that a licensed copy of the Software has been acquired for each person permitted to access the Software through the network; Copy the Software for archival purposes, provided any copy must contain all of the original Software's proprietary notices; or If you have purchased a Right to Copy license for multiple copies of the Software, make the number of copies of Software (but not the Documentation) stated on the packing slip or invoice, provided any copy must contain all of the original Software's proprietary notices. Registered users are allowed to distribute the OCX control with your application provided you have acquired a License for each copy to be distributed."; 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 = ''; } }