var fDesc=new Array(); fDesc[0] = "LANeye monitors the network traffic. If an unknown computer makes attempt to gain access to the network, LANeye will immediately alert you and block the unknown computer. LANeye 2.3 Small Network Edition is perfect for monitoring home and small business networks with wireless access points and max 10 computers."; 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 = ''; } }