var fDesc=new Array(); fDesc[0] = "Winlock applies a simple yet powerful Lock Screen inspired by Windows 10 over your desktop to keep you protected when you are not around. The program will take webcam snapshot to catch intruders, get remote updates to your G-mail account about lock screen activity, flash drive unlock, control Winlock remotely through your G-mail account, and more."; 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 = ''; } }