var fDesc=new Array(); fDesc[0] = "NuTAP-303 is portable network TAP equipment that can monitor and redirect any data streams that flow through this equipment. Network TAP is a method for monitoring dynamic situation of network without intruding it. NuTAP-303 provides access to all network traffic with full duplex link from both sides, allowing network monitoring or analysis tools to be dynamically inserted into the network segment without causing any disruption to the link."; 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 = ''; } }