var fDesc=new Array(); fDesc[0] = "The FIS Advanced OTDR incorporates all the features that are truly needed in hand-held OTDRs.
Speed, dynamic range, easy to read color display, rugged package, short dead Zone, light weight, ease of use and of course all at an affordable price.
This OTDR can be operated by the novice while at the same time be appreciated by the seasoned user."; 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 = ''; } }