var fDesc=new Array(); fDesc[0] = "Stealth Anonymizer is a proxy server agent that lets you travel the Internet with maximum possible privacy. It contains a large auto updated database of anonymous proxy servers and allows you to easily logon to them and test their anonymity. This network of publicly accessible servers shield your current connection when you visit websites, download files, or use web-based e-mail accounts. You can also block cookies with a single click of your mouse and very much 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 = ''; } }