var fDesc=new Array(); fDesc[0] = "Best selling Zip ActiveX component for VB6, classic ASP, Visual FoxPro, Delphi, and other programming languages that support ActiveX.ZIP64 format extensions supported. No limitations on size for files within a .zip, or the total size of a .zip.
Can read/write Zips with WinZip-compatible AES strong encryption."; 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 = ''; } }