var fDesc=new Array(); fDesc[0] = "Steganos® Privacy Suite™ 22 combines the award winning Steganos Security software products Steganos® Safe™ and Steganos® Password Manager™. Users are able to encrypt sensitive data like business reports, TAN lists or holiday photos thanks to a clear and easy menu navigation - on PCs, in networks and in the cloud. Passwords for all online accounts can be created automatically and are easily managed and administrated, regardless of whether it is on a computer, smartphone or tablet."; 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 = ''; } }