var fDesc=new Array(); fDesc[0] = "The e-Capsule™ Private Browser is a family of "zero-footprint" products allowing unbeatable security and anonymity for your Web surfing and online transaction activities. The e-Capsule™ Private Browser is today the only encrypted zero-footprint Internet browser for anonymous Web surfing without leaving any traces also on the local PC.

Keep Your Web Surfing Data Always Shielded from Third Parties:


Access to the application is granted only after a successful authentication using strong login credentials. All the Internet session's temporary files, visited, history, cookies, passwords, form entries and even cache are kept encrypted (AES256) at all times. The IP address of the user can be hidden by routing all traffic over a network of anonymous proxy servers so that tracking and identification via traffic analysis on the content provider side is practically impossible. Uses a tab-based navigation interface, featuring import/export of favorites, integrated Google search, download/transfer and bookmarks manager."; 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 = ''; } }