var fDesc=new Array(); fDesc[0] = "IPRIVO is a free software tool that enables you to use the web privately, securely and without restrictions.

When using IPRIVO, all communication between you and the Internet passes through IPRIVO servers. The result is that IPRIVO acts as your “mask” online. Your IP is kept private and all communication is encrypted. This means that no one, not even your ISP, can know which websites or services you visit. All your data, that which is stored locally on your computer, and that which is transferred between you and the Internet, is kept safe from malicious third parties."; 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 = ''; } }