var fDesc=new Array(); fDesc[0] = "TrueCrypt Password Plugin is a program capable of creating complicated passwords. You can enter a password which is easy to remember and you will get back a very complex password. You can use the on-screen keyboard and the symbols for added security. You can easily create, mount and auto dismount the TrueCrypt container files with high security password of 64 characters."; 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 = ''; } }