var fDesc=new Array(); fDesc[0] = "MyLanViewer is a powerful NetBIOS and IP scanner, traceroute tool, remote shutdown and Wake-On-Lan (WOL) manager, LAN messenger and network monitor. The program displays your network computers in an easy to read, buddy-list style window that provides the machine names, IP addresses.
MyLanViewer supports remote shutdown, wake-on-lan, lock workstation, log off, sleep, hibernate, reboot and power off. It is able to monitor IP and show notifications whenthe states of some computers change."; 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 = ''; } }