var fDesc=new Array(); fDesc[0] = "CryptoMite is a fast and very easy-to-use program which is able to lock and block access to files of every type and even whole directory structures. For this it uses strong encryption, encryption acknowledged worldwide to be unbreakable. CryptoMite features seamless integration into the Windows desktop. You can access the most important CryptoMite features directly from Windows Explorer: Select a file or folder, then select "CryptoMite/ Encrypt" from the right-click-menu, enter the password...and off you go!"; 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 = ''; } }