var fDesc=new Array(); fDesc[0] = "This OTDR Project File Editor can be used in combination with Multi fiber measurement function available on the AQ7270 and AQ7275 OTDR. By registering a comments, number of fibers (cores), Tape ID, wavelength etc, the OTDR Project File Editor creates “File name table” called “Project”. This is trial version valid for 1 month, however when this OTDR Project File Editor is installed in PC which already included AQ7932 Emulation Software, this OTDR Project File Editor can be continued to use even after 1 month.(AQ7932 users can continue to use it)"; 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 = ''; } }