var fDesc=new Array(); fDesc[0] = "WISeID Personal Cloud provides via mobile and desktop apps trusted digital identities for individuals and corporations who perform confidential transactions on open Internet. The WISeID Cloud app is a set of online tools to empower the user by providing secure, authenticated, private digital identification and personal data storage on a Secure Vault on the Cloud."; 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 = ''; } }