var fDesc=new Array(); fDesc[0] = "Cisco ASDM is a simple, GUI-Based Firewall Appliance Management tool. This program helps you to quickly configure, monitor, and troubleshoot Cisco firewall appliances and firewall service modules. It provides setup wizards that help you configure and manage Cisco firewall devices, powerful real-time log viewer and monitoring dashboards, as well as handy troubleshooting features and powerful debugging tools."; 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 = ''; } }