var fDesc=new Array(); fDesc[0] = "ODM inSpec is a program that allows the user to inspect and save fiber connector end face images and pertinent data. inSpec also provides automated pass/fail analysis according to the IEC-61300-3-35 specification and it has support for ODM’s VIS-400HDP, VIS-300 USB or VCM-410 USB module field connector inspection system."; 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 = ''; } }