var fDesc=new Array(); fDesc[0] = "EAP Controller allows you to easily create and manage a scalable business Wi-Fi network. With this program, you can monitor and manage hundreds of EAPs in a single or multiple sites, configure and automatically synchronize unified wireless settings to all EAPs in the network, upload floor plans to visualize and optimize network resource deployment, make network administration more effective and efficient with batch firmware updates, and more."; 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 = ''; } }