var fDesc=new Array(); fDesc[0] = "This utility allows you to decrypt encrypted files generated by Cryptainer and SecureIT 2000. Cryptainer and SecureIT allow you to generate encrypted files (.sit) that you can send very easily to anyone. To be able to read/view these files, the recipient needs a copy of DeCypherIT and the password you used to encrypt these 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 = ''; } }