var fDesc=new Array(); fDesc[0] = "MING Chat Monitor can monitor and record all AOL, MSN, Yahoo, MySpaceIM, FacebookIM, WarcraftIM and ICQ conversations on your LAN stealthily. It is a simple and affordable software solution for users who want to control, monitor, and archive unlimited IM traffic on the company or home network. 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 = ''; } }