var fDesc=new Array(); fDesc[0] = "Capsa Standard, designed for small and budget-limited business, helps network administrators troubleshoot network problems by monitoring network traffic transmitted over a local host and a local network. With a powerful engine that provides real-time packet capture and accurate data analysis, Colasoft Capsa makes it easy to quickly pinpoint network bottlenecks and ensure a more efficient and secure network. View network statistics at a single glance, allowing easy capture & interpretation of network utilization."; 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 = ''; } }