var fDesc=new Array(); fDesc[0] = "Core Insight - The First Continuous, Real-World Security Testing Solution.
The CORE INSIGHT automated security testing appliance continuously and proactively assesses the security of your organization’s most critical information assets. By combining intelligent attack simulation with real-world attack replication, CORE INSIGHT reveals exposures to key assets and traces their origins across network, web application and end-user weaknesses throughout your environment."; 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 = ''; } }