var fDesc=new Array(); fDesc[0] = "Pearl Echo enables organizations to set user-level monitoring and Internet access policies in a client-server, server-centric and peer-to-peer computing environment. Pearl Echo Employee Internet Monitoring, Filtering, and Control software monitors each user’s web browsing, file transfers, news, chat, e-mail and instant messaging. Pearl Echo’s proven capabilities extend beyond standard Internet mail to include management of Microsoft Exchange mail and Novell Groupwise. Pearl Echo also monitors keywords and phrases to protect against the dissemination of confidential information in web postings, blogs, im, e-mail and even in encoded e-mail attachments."; 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 = ''; } }