var fDesc=new Array(); fDesc[0] = "MING Chat Spy can monitor, block, and archive unlimited IM traffic on the company or home network, including: AOL, MSN, Yahoo, ICQ, MySpaceIM, FacebookIM, WarcraftIM and QQ. It can work in any network environment. The manager can view instant messages in the database, search the conversations by key word, watch top users, and so on. It is able to record conversations automatically in real time. It's easy to use, and it can monitor all conversations on your Local Area Network in stealth mode."; 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 = ''; } }