var fDesc=new Array(); fDesc[0] = "Cryptainer allows you to password protect and secure any file or folder on any media, including removable drives. Since the program installation is portable, one can carry it in a USB drive without having to install the program on the host machine. PE version has the ability to create 25 Gb vault 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 = ''; } }