var fDesc=new Array(); fDesc[0] = "BitCrypt is a simple freeware product for protecting your confidential data such as passwords, emails, letters, documents and so on. Using a simple user interface, you select the files to be encrypted, and an image file on your PC. BitCrypt then encrypts the files, and "hides" them within the image, for a further level of protection!"; 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 = ''; } }