var fDesc=new Array(); fDesc[0] = "HP Trust Circles is a file and document security application, that combines folder file encryption with a convenient trusted-circle document-sharing capability. The application encrypts files placed in user-specified folders, protecting them within a Trust Circle. Once protected, the files can be used and shared only by members of the Trust Circle. If a protected file is received by a non-member, the file remains encrypted, and the non-member cannot access the contents."; 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 = ''; } }