var fDesc=new Array(); fDesc[0] = "McAfee Foundstone HackPack™ is a tool designed to aid security professionals in keeping up with changes and updates to security software. The tool offers a simple interface to a large variety of security tools. Much like an RSS reader for web page updates, HackPack shows a user a list of all the tools they want to track, along with current versions and links to download locations. This allows users to stay on top of which tools are being updated as well as monitor any current news and information on the tools the user is interested in. Keeping users up to date on new releases means new features can be tested and put to use more quickly allowing for users of HackPack to stay on top of security tools landscape."; 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 = ''; } }