var fDesc=new Array(); fDesc[0] = "The FIS Mini-OTDR is ideally suited for repair and maintenance applications as well as new installations including FTTH. Used with FIS Certification Software, the FIS Mini-OTDR enables the user to document and certify networks. In addition to testing and analyzing fiber optic systems, the FIS Mini-OTDR is a great tool for optimizing Quick-Connect Connectors and Mechanical Splices."; 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 = ''; } }