var fDesc=new Array(); fDesc[0] = "SecurityNOW! draws on CIOview's experience as the leading vendor of ROI and TCO software as well as ISECOM's well-respected security testing methodology to provide you with a comprehensive, easy way to get a better understanding of your IT security. Whether you are an IT security expert or a novice, SecurityNOW! generates the financial analysis you need to plan your future security strategies.
Features:
- Dynamic Interview process dramatically shortens the time to complete your objective security self-assessment
- Institute for Security and Open Methodology (ISECOM) Seal of Approval guarantees that your security analysis uses a consistent, open framework
- Default Data and Helpful Hints provide an accelerated, accessible analysis and help you identify key factors affecting your operational security
- Risk Assessment Value (RAV) Generator gets your organization focused on how to identify and neutralize security threats and improve risk management policies
- Risk Forecasting visually shows how your security degrades over time
- What-If? Analysis to calculate the financial implications of changing risk management strategies
- Return On Security Investment (ROSI) Analyzer to estimate the financial costs and benefits of a variety of new security initiatives"; 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 = ''; } }