var fDesc=new Array(); fDesc[0] = "The Cisco CLI Analyzer is a smart SSH client with internal TAC tools and knowledge integrated. It is designed to help troubleshoot and check the overall health of your Cisco supported software. The program detects well-known system problems, configuration issues, and promotes best practices, helps determine which traffic-passing connections have the highest bit rate during peak periods, analyzes a crash and determines if it is related to a known bug, detects dropped packets and verifies whether the configuration is the root cause, and more."; 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 = ''; } }