var fDesc=new Array(); fDesc[0] = "MODE Solutions is an ideal tool for the design, analysis and optimization of guided components. The eigenmode (FDE) solver accurately calculates the physical properties of guided modes in truly arbitrary waveguide geometries. The 2.5D varFDTD solver in MODE Solutions enables rapid and accurate simulation of planar waveguide geometries such as SOI tapers and ring resonators, whereas the eigenmode expansion (EME) solver is ideal for simulating long distance light propagation in waveguide devices such as spot-size converters, tapers and Bragg gratings."; 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 = ''; } }