var fDesc=new Array(); fDesc[0] = "Folder Password Lock Pro is a professional security tool to lock, hide and protect your folders and files. With very easy to use interface, just a few clicks, you can lock your folder and keep it safe, no one can open it without a password. This tool also provides protection for your folder and files to avoid delete, modify by mistake. You can also monitor a specified folder, any file created, modified and deleted will be logged."; 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 = ''; } }