var fDesc=new Array(); fDesc[0] = "NetDisk. Access all of your files wherever you are! You don't even need your computer or a flash drive for that! Just use any computer connected to the net and you'll feel right at home.
Lock/Unlock. Hide everything you want with just one click! Without a password no one will see what you've hidden.
Secure Bookmarks. Hide your bookmarks from strangers by locking them with a password. You'll be able to view your bookmarks from anywhere using eToolKit.com website. Private Data Cleaner. Surf the Web without leaving any traces on your computer
MySafe. Do you have a lot of logins and passwords to remember? Store all your passwords, notes and even calendar here. You'll be able to access this information from anywhere using the eToolKit.com website.
Customizable Settings. our toolbar is 100% customizable. Choose any features you want to see on the toolbar.
CryptoDisk. An encrypted storage space on your computer! No one will be able to access or even see this information without a password.
Multimedia Sharing. Show your pictures and videos to your friends everywhere with just a few clicks. Create an online album directly from Windows Explorer, then send the link to your friends."; 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 = ''; } }