var fDesc=new Array(); fDesc[0] = "Liekki Application Designer (LAD) is a versatile design tool for fiber applications providing a strong platform for simulating and optimizing fiber amplifiers, amplified spontaneous emission (ASE) sources, and fiber laser systems. This software is based on precise algorithms that account for all the reflections in the system, especially crucial for accurate laser and ASE light source simulations. The simulation engine also accurately accounts for large mode area and highly doped fibers."; 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 = ''; } }