var fDesc=new Array(); fDesc[0] = "In this security box you'll be able to store in a secure way all your important information to be able to access it everywhere without being worried about anybody finding it.
eWallet is a quite structured piece of software. You can set categories for your information and keep your data organized. There are also interesting features, such as automatic backup of information. This feature is maybe more important than security, because it doesn´t matter that no one can view my important information if I can´t access it because some files got corrupted.
There are other features that are not so important but make it more pleasant to work with the program. This are some customization features, such as chosing background color. In addition there is the option of chosing between list view and icon view.
This version of eWallet is a time limited trial version which keeps the same features as the commercial version but will only work for 30 days. After this period of time the program will keep all user data, but eWallet won't access it."; 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 = ''; } }