var fDesc=new Array(); fDesc[0] = "AP Manager II is a versatile and convenient program designed for IT staff to manage the network and their routers. The AP Manager is the ideal solution for network infrastructure management. You can connect one or many routers to the main management system and control and run IP management from one location. You can also control how data is routed and
trafficked throughout the network."; 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 = ''; } }