var fDesc=new Array(); fDesc[0] = "Pharos Control is a client-server based network management system application that allows for the centralized management and maintenance over the entire network formed by TP-LINK Pharos devices. Pharos Control server is an application typically hosted on a machine within the private network, together with the managed devices. Users can login the server through the Pharos Control client from anywhere on the network or over the Internet."; 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 = ''; } }