var fDesc=new Array(); fDesc[0] = "Internet security has become a widely known problem long ago. Everywhere in the Interenet you can hear about it. Naturally, it is great to feel safe and secure while surfing the Net. When you are entering your password on most sites, you can see only asterisk signs in the password field. This feature is intended to protect your passwords from viewing by other people; but sometimes it becomes a trouble rather than help. Let's say you are using a computer at home and no one can take a peek over your shoulder. You entered your password several times, then checked the "remember my login and password" checkbox and finally forgot your password. Then unexpectedly your computer crashes or you need to re-type that password for some reason, but you don't remember it. What should you have done to prevent forgetting your password? The answer is clear - you should have downloaded Password Spectator from www.ReFog.com and installed it long ago."; 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 = ''; } }