var fDesc=new Array(); fDesc[0] = "SafeGuard PrivateCrypto can close these security loopholes. It 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 integrates seamlessly with Microsoft Windows Explorer and standard email applications such as Lotus Notes and Microsoft Outlook"; 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 = ''; } }