var fDesc=new Array(); fDesc[0] = "Atoll is an open, scalable, and flexible multi-technology network design and optimisation platform that supports
wireless operators throughout the network lifecycle, from initial design to densification and optimisation. Atoll version 3.1 further extends the technical features that
have made Atoll the leading radio planning and optimisation software on the market with integrated “single RAN - multiple RAT” network design capabilities. It provides operators and vendors today with a powerful framework for the design and optimisation of current and future integrated 2G/3G/4G networks. Atoll version 3.1 streamlines multi-technology planning and optimisation through combined GSM/UMTS/LTE modelling, simulation and optimisation functionalities. Atoll 3.1 also incorporates an updated architecture and a new user interface that deliver enhanced data management and
calculation performance."; 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 = ''; } }