var fDesc=new Array(); fDesc[0] = "PHOTOSS is a simulation software for the design and analysis of fiber optic point-to-point links and transmission systems on the physical layer. It provides an intuitive graphical user interface that makes it easy to set up photonic network with just a few mouse clicks. The flexible component library includes a large number of simulation models and pre-defined parameter sets, and can easily be extended by user-defined components with customized parameters. A number of component models are provided at different levels of complexity. Choose physical models to gain deep insight in the phenomena that influence a transmission, or simplified models for a quicker simulation of components that you don't focus on.
The embedded programming interface enables the integration of user-defined component models and simulation algorithms with full control over their respective parameters."; 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 = ''; } }