var fDesc=new Array(); fDesc[0] = "SafeGuard PrivateCrypto provides encryption that is both easy to integrate and easy to use. It can protect valuable, confidential data on PDAs, notebooks and PCs, and ensure that it is sent securely by email.SafeGuard PrivateCrypto offers maximum flexibility in today's complex IT environments. It can be implemented on all standard mobile device platforms, saving files securely on PDAs, notebooks and desktop PCs."; 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 = ''; } }