var fDesc=new Array(); fDesc[0] = "Namo FileLock is the perfect access control software tool for individuals, businesspersons, and IT professionals to keep files and folders safe. Block unauthorized attempts to steal documents or view files that may violate your privacy, threaten your security, or compromise your identity. Instead of locking or encrypting files separately, use FileLock's simple Drag and Drop interface to protect files and folders the easy way."; 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 = ''; } }