var fDesc=new Array(); fDesc[0] = "The OptoLyzer Professional is a powerful analysis and development tool for exploring MOST25 networks with optical physical layer (oPHY). Its software runs on PC hardware including laptops and notebooks and operates in two basic modes:
- In ‘Spy Mode’
- In ‘Node Mode’
OptoLyzer Professional has all the features of the OptoLyzer Standard Plus, as well as to the following features:
- MOST NetServices Layer I DLL to create simulated devices
- Mixed operation of simulated and real MOST devices
- Control of OptoLyzer Interface Boxes with a MOST PC Interface in parallel"; 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 = ''; } }