var fDesc=new Array(); fDesc[0] = "Lumerical INTERCONNECT is a photonic integrated circuit design environment for the analysis of integrated optical circuits, silicon photonics and optical interconnects. Time domain simulation is performed using a data flow system simulator, allowing for more flexibility than traditional discrete time or time-driven simulators. Frequency domain simulation is performed using scattering data analysis to calculate the overall circuit response."; 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 = ''; } }