var fDesc=new Array();
fDesc[0] = "logIQKey is a powerful application used to secure your data and it is very easy to use, and we offer it as a free download. Use it to exchange critical documents with your partners in a simple and secure way.
It uses a non-reversible algorithm, this means that the password cannot be recovered, as opposed to office, pdf, zip and other "password-secured" documents. This way your files/documents are really encrypted and protected.";
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 = '';
}
}