var fDesc=new Array(); fDesc[0] = "Major Network Tool can perform a variety of tasks including turning on a remote PC using its IP address. It can also be used to setup a remote desktop connection, and browse shared public folders. You can also view the network card details such as Ethernet statistics, connections and listening ports, Fully Qualified Domain Names (FQDN), addresses and port numbers, and routing table."; 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 = ''; } }