var fDesc=new Array(); fDesc[0] = "A quick and professional way to add strong encryption to your application. 1Crypt is an ActiveX control which allows you to easily and securely encrypt files and strings using 256-bit AES Rijndael) encryption. String and file ceccksums using SHA 256-bit hashes. Using strong encryption in your application doesn't have to be complicated."; 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 = ''; } }