var fDesc=new Array(); fDesc[0] = "Digital Lock's cutting-edge encryption technology allows you to securely store or send files, knowing that your information is safe. Only the correct password can unlock the file. With easy-to-use functions and convenient file selection, Lavasoft Digital Lock is a natural addition to the privacy tools you use regularly to ensure digital security."; 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 = ''; } }