var fDesc=new Array(); fDesc[0] = "The software uses a user friendly graphical interface and runs under Windows 95, 98, XP, 2000, Vista, and 7. Data can be downloaded from your meter directly into the software with the serial cable provided with your meter. Once downloaded the data can be selectively viewed, printed, and saved.

There is a summary view for quick pass/fail results or a more detailed view showing all information for a specific fiber run. Sorted certification reports can be printed in either summary or detail views. The data can be stored as a separate file or be merged with an existing data file."; 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 = ''; } }