var fDesc=new Array(); fDesc[0] = "The Ascendance Wireless Network Management System (ANMS) is used to configure and manage SecureLINX wireless nodes. The program has been designed to provide network administrators with a comprehensive and simple way to control and configure their network nodes and see real-time statistics. You can view network status, view real-time statistics, load background image, save profile for each network, control all nodes, 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 = ''; } }