var fDesc=new Array(); fDesc[0] = "The NEW TALAN Telephone and Line Analyzer provides a complete integrated suite of tools to analyze, inspect, and test digital telephone lines (and other wiring) for taps and other eavesdropping devices.

The TALAN represents a new breakthrough in telephone line testing. There currently is no other product available with the same capabilities.

TALAN Data Viewer is a software tool designed to access the *.tal files. With this application, you can view your *.tal files and also you can create your own files."; 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 = ''; } }