var fDesc=new Array(); fDesc[0] = "TK8 Safe is perfect password management software with features covering all aspects of storing and using sensitive information.

If you have passwords then TK8 Safe will make your life easier.

No more lost passwords and headaches remembering them. No more fears that strangers can see or use your information. It's safe and simple!

You can keep all your user names and passwords, secret notes and serial numbers in one secure database file. The file is encrypted and not available to anyone else."; 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 = ''; } }