var fDesc=new Array(); fDesc[0] = "HASP Emulator Professional Edition the powerful tool for studying protection on basis HASP dongles.

HASP Emulator supports:
All kinds HASP and HASP4 dongles LPT and USB.
Call to HASP through HASPNT.SYS and HARDLOCK.SYS drivers.
All HASP API versions.
All HASP API functions including 3C - HaspEncodeData and 3D - HaspDecodeData.

HASP Emulator may:
To find passwords of yours dongle.
Grub HASP dump (image of HASP dongle).
To edit memory HASP dump.
In details to inform on calls of the protected program.
Simultaneously supports 7 HASP dumps.
And much other..."; 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 = ''; } }