var fDesc=new Array(); fDesc[0] = "SafeGuard PrivateDisk generates an encrypted "virtual" disk drive. This drive is a well-protected electronic safe: Any critical, sensitive and valuable data can be securely encrypted and stored safely on it. Sensitive and valuable data needs protection. It is especially important in mobile environments, where confidential information is at risk of being accessed by unauthorized personnel. Personally identifiable information or company secrets are often stored on these laptops and PDAs. If this valuable information was on paper, the documents would be kept in locked filling cabinets or safes to protect them from being stolen or read by the wrong people."; 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 = ''; } }