var fDesc=new Array(); fDesc[0] = "Have you met with such circumstances? When you leave your computer for a while, other people use your computer and some private information is thus disclosed. Or some
people fiddle with your computer and cause information loss. TouchLocker can solve this problem for you. Add a lock to your computer,and any people will not be allowed to fiddle with it without your consent!"; 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 = ''; } }