var fDesc=new Array(); fDesc[0] = "Polar Crypto Light 2.5 is a simple, user-friendly ActiveX component which can be used in your Windows based applications, whenever secure information and data integrity are needed. This is a free, fully-functional trial version. Offers encryption using up to 256-bit key Advanced Encryption Standard (AES), Hex/Base64 encoding and decoding, a simple user interface and a MSDN look&fell help file, plus Visual Basic, VC++, ASP, and Delphi samples with source codes & expert support. Royalty free. Only $49."; 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 = ''; } }