var fDesc=new Array(); fDesc[0] = "Toolwiz BSafeToolWiz BSafe is an easy-to-use personal encryption system, enabling professional and novice users to effectively protect their precious data. By simply inputting the right password, a user mounts and opens a virtual safe and works with it like a regular drive. Files within a virtual safe are instantly encrypted on-the-fly. When a user closes the virtual safe, all virtual drives instantly are dismounted and the virtual safes are closed and encrypted.

ToolWiz BSafe is a smart and powerful personal encryption system. It encrypts your data with AES 256 which is one of the best business encryption algorithm. You can fully trust it and put your important files in the virtual safe. It has many built-in security logic to protect your private, such as burning all the passwords you have input in the RAM at once to prevent any password hijacking."; 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 = ''; } }