var fDesc=new Array(); fDesc[0] = "LanDetective is an the all-in-one Internet usage monitoring solution. It acts like a network monitoring sleuth-hound sniffing every corner of your LAN and tracking all internet activity, including Instant Messaging (ICQ, Jabber, Yahoo Chat, Live Chat Messenger and more), Facebook, MySpace and many other online social networks together with emails. You are able to identify and see all file downloads, and also perform email tracking including identification of recipients and much more."; 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 = ''; } }