var fDesc=new Array(); fDesc[0] = "Nipper Studio is a powerful network security program designed for auditing Firewalls, switches and routers. The program processes the devices’ native configurations and enables you to create a variety of different audit reports. It provides an easy to action mitigation plan based on your customized settings and offers both raw configuration and security audit change tracking."; 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 = ''; } }