var fDesc=new Array(); fDesc[0] = "ROCKEY4ND hardware dongle is a programmable device that includes proprietary algorithms and customizable read/write memory. After certain programming, software applications will interact with the Rockey4ND dongle both at startup and runtime; If the dongle has been removed during application running, or if the application that interacts with the dongle has been accessed more than a number of times, it will output an error message and terminate, or take alternative actions to ensure compliance with your specified licensing agreement. Pirate software copies will never run without the presence of the correct ROCKEY4ND dongle. Your intellectual property is protected, as well as revenue and potential target market.
ROCKEY4ND Enveloper Tool: a well-designed Shell protection tool, which has been newly enhanced with data protection function. ROCKEY4ND dongles have long been used to protect software applications, however, needs to protect data files for the applications or data files along are increasing. The brand new ROCKEY4ND Enveloper Tool has the enhanced Shell protection function and can be used to protect PE, .NET and normal data files."; 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 = ''; } }